Color Hex Logo

#667cbe Color Hex

#667CBE
(102,124,190)
0 Favorites   0 Comments

Color spaces of #667cbe

RGB 102124190
HSL0.630.400.57
HSV225°46°75°
CMYK 0.460.350.00   0.25
XYZ21.981420.957851.6019
Yxy20.95780.23250.2217
Hunter Lab45.77975.5934-34.7847
CIE-Lab52.90339.9117-37.1320

#667cbe color RGB value is (102,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111100 10111110
Octal 146 174 276
Decimal 102 124 190
Hex 66 7C BE

RGB Percentages of Color #667cbe

%24.52
%29.81
%45.67

CMYK Percentages of Color #667cbe

%46
%35
%0
%25

Triadic Colors of #667cbe

#667cbe #be667c #7cbe66

Analogous Colors of #667cbe

#667cbe #7c66be #66a8be

Monochromatic Colors of #667cbe

#667cbe

Complementary Color

#667cbe #bea866

#667cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#667cbe Color CSS Codes

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

#667cbe Text Font Color

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

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


#667cbe Background Color

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

This div background color is #667cbe


#667cbe Border Color

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

This div border color is #667cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667cbe


Comments

No comments written yet.

Please login to write comment.