Color Hex Logo

#668bbd Color Hex

#668BBD
(102,139,189)
0 Favorites   0 Comments

Color spaces of #668bbd

RGB 102139189
HSL0.600.400.57
HSV214°46°74°
CMYK 0.460.260.00   0.26
XYZ23.897424.964151.7031
Yxy24.96410.23760.2482
Hunter Lab49.9641-2.0621-26.3787
CIE-Lab57.04040.7491-30.1009

#668bbd color RGB value is (102,139,189).

#668bbd hex color red value is 102, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #668bbd hue: 0.60 , saturation: 0.40 and the lightness value of 668bbd is 0.57.

The process color (four color CMYK) of #668bbd color hex is 0.46, 0.26, 0.00, 0.26. Web safe color of #668bbd is #6699cc. Color #668bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001011 10111101
Octal 146 213 275
Decimal 102 139 189
Hex 66 8B BD

RGB Percentages of Color #668bbd

%23.72
%32.33
%43.95

CMYK Percentages of Color #668bbd

%46
%26
%0
%26

Triadic Colors of #668bbd

#668bbd #bd668b #8bbd66

Analogous Colors of #668bbd

#668bbd #6d66bd #66b7bd

Monochromatic Colors of #668bbd

#668bbd

Complementary Color

#668bbd #bd9866

#668bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#668bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#668bbd Color CSS Codes

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

#668bbd Text Font Color

<p style="color:#668bbd">Text here</p>

This sample text font color is #668bbd
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.


#668bbd Background Color

<div style="background-color:#668bbd">
Div content here</div>

This div background color is #668bbd


#668bbd Border Color

<div style="border:3px solid #668bbd">
Div here</div>

This div border color is #668bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,139,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #668bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #668bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #668bbd;
  box-shadow:         1px 1px 3px 2px #668bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #668bbd


Comments

No comments written yet.

Please login to write comment.