Color Hex Logo

#68669b Color Hex

#68669B
(104,102,155)
0 Favorites   0 Comments

Color spaces of #68669b

RGB 104102155
HSL0.670.210.50
HSV242°34°61°
CMYK 0.330.340.00   0.39
XYZ16.376714.812433.0063
Yxy14.81240.25510.2307
Hunter Lab38.48698.6022-23.9062
CIE-Lab45.376213.6746-28.5304

#68669b color RGB value is (104,102,155).

#68669b hex color red value is 104, green value is 102 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #68669b hue: 0.67 , saturation: 0.21 and the lightness value of 68669b is 0.50.

The process color (four color CMYK) of #68669b color hex is 0.33, 0.34, 0.00, 0.39. Web safe color of #68669b is #666699. Color #68669b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100110 10011011
Octal 150 146 233
Decimal 104 102 155
Hex 68 66 9B

RGB Percentages of Color #68669b

%28.81
%28.25
%42.94

CMYK Percentages of Color #68669b

%33
%34
%0
%39

Triadic Colors of #68669b

#68669b #9b6866 #669b68

Analogous Colors of #68669b

#68669b #83669b #667f9b

Monochromatic Colors of #68669b

#68669b

Complementary Color

#68669b #999b66

#68669b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68669b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68669b Color CSS Codes

.mybgcolor {background-color:#68669b; } 
.myforecolor {color:#68669b; }
.mybordercolor {border:3px solid #68669b; }

#68669b Text Font Color

<p style="color:#68669b">Text here</p>

This sample text font color is #68669b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#68669b Background Color

<div style="background-color:#68669b">
Div content here</div>

This div background color is #68669b


#68669b Border Color

<div style="border:3px solid #68669b">
Div here</div>

This div border color is #68669b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,102,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68669b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68669b;
  -webkit-box-shadow: 1px 1px 3px 2px #68669b;
  box-shadow:         1px 1px 3px 2px #68669b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,102,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #68669b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #68669b;
  -webkit-box-shadow: 1px 1px 3px 2px #68669b;
  box-shadow:         1px 1px 3px 2px #68669b;">
Div content here</div>

This div box has shadow with color #68669b


Comments

No comments written yet.

Please login to write comment.