Color Hex Logo

#667fbd Color Hex

#667FBD
(102,127,189)
0 Favorites   0 Comments

Color spaces of #667fbd

RGB 102127189
HSL0.620.400.57
HSV223°46°74°
CMYK 0.460.330.00   0.26
XYZ22.254221.677651.1554
Yxy21.67760.23400.2280
Hunter Lab46.55923.8402-32.5515
CIE-Lab53.68327.8141-35.3362

#667fbd color RGB value is (102,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111111 10111101
Octal 146 177 275
Decimal 102 127 189
Hex 66 7F BD

RGB Percentages of Color #667fbd

%24.40
%30.38
%45.22

CMYK Percentages of Color #667fbd

%46
%33
%0
%26

Triadic Colors of #667fbd

#667fbd #bd667f #7fbd66

Analogous Colors of #667fbd

#667fbd #7966bd #66abbd

Monochromatic Colors of #667fbd

#667fbd

Complementary Color

#667fbd #bda466

#667fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#667fbd Color CSS Codes

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

#667fbd Text Font Color

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

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


#667fbd Background Color

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

This div background color is #667fbd


#667fbd Border Color

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

This div border color is #667fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667fbd


Comments

No comments written yet.

Please login to write comment.