Color Hex Logo

#667dbe Color Hex

#667DBE
(102,125,190)
0 Favorites   0 Comments

Color spaces of #667dbe

RGB 102125190
HSL0.620.400.57
HSV224°46°75°
CMYK 0.460.340.00   0.25
XYZ22.107421.209751.6439
Yxy21.20970.23280.2234
Hunter Lab46.05405.0913-34.2487
CIE-Lab53.17829.3118-36.7003

#667dbe color RGB value is (102,125,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111101 10111110
Octal 146 175 276
Decimal 102 125 190
Hex 66 7D BE

RGB Percentages of Color #667dbe

%24.46
%29.98
%45.56

CMYK Percentages of Color #667dbe

%46
%34
%0
%25

Triadic Colors of #667dbe

#667dbe #be667d #7dbe66

Analogous Colors of #667dbe

#667dbe #7b66be #66a9be

Monochromatic Colors of #667dbe

#667dbe

Complementary Color

#667dbe #bea766

#667dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#667dbe Color CSS Codes

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

#667dbe Text Font Color

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

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


#667dbe Background Color

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

This div background color is #667dbe


#667dbe Border Color

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

This div border color is #667dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667dbe


Comments

No comments written yet.

Please login to write comment.