Color Hex Logo

#667bbd Color Hex

#667BBD
(102,123,189)
0 Favorites   0 Comments

Color spaces of #667bbd

RGB 102123189
HSL0.630.400.57
HSV226°46°74°
CMYK 0.460.350.00   0.26
XYZ21.747820.664850.9866
Yxy20.66480.23280.2213
Hunter Lab45.45865.8436-34.6791
CIE-Lab52.580710.2111-37.0660

#667bbd color RGB value is (102,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111011 10111101
Octal 146 173 275
Decimal 102 123 189
Hex 66 7B BD

RGB Percentages of Color #667bbd

%24.64
%29.71
%45.65

CMYK Percentages of Color #667bbd

%46
%35
%0
%26

Triadic Colors of #667bbd

#667bbd #bd667b #7bbd66

Analogous Colors of #667bbd

#667bbd #7d66bd #66a7bd

Monochromatic Colors of #667bbd

#667bbd

Complementary Color

#667bbd #bda866

#667bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#667bbd Color CSS Codes

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

#667bbd Text Font Color

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

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


#667bbd Background Color

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

This div background color is #667bbd


#667bbd Border Color

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

This div border color is #667bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,123,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 #667bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667bbd


Comments

No comments written yet.

Please login to write comment.