Color Hex Logo

#667083 Color Hex

#667083
(102,112,131)
0 Favorites   0 Comments

Color spaces of #667083

RGB 102112131
HSL0.610.120.46
HSV219°22°51°
CMYK 0.220.150.00   0.49
XYZ15.370416.051823.7609
Yxy16.05180.27850.2909
Hunter Lab40.0647-1.6336-7.1174
CIE-Lab47.04240.6730-11.7167

#667083 color RGB value is (102,112,131).

#667083 hex color red value is 102, green value is 112 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #667083 hue: 0.61 , saturation: 0.12 and the lightness value of 667083 is 0.46.

The process color (four color CMYK) of #667083 color hex is 0.22, 0.15, 0.00, 0.49. Web safe color of #667083 is #666699. Color #667083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110000 10000011
Octal 146 160 203
Decimal 102 112 131
Hex 66 70 83

RGB Percentages of Color #667083

%29.57
%32.46
%37.97

CMYK Percentages of Color #667083

%22
%15
%0
%49

Triadic Colors of #667083

#667083 #836670 #708366

Analogous Colors of #667083

#667083 #6b6683 #667f83

Monochromatic Colors of #667083

#667083

Complementary Color

#667083 #837966

#667083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667083 Color CSS Codes

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

#667083 Text Font Color

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

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


#667083 Background Color

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

This div background color is #667083


#667083 Border Color

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

This div border color is #667083


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,112,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #667083; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #667083;
  -webkit-box-shadow: 1px 1px 3px 2px #667083;
  box-shadow:         1px 1px 3px 2px #667083; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667083


Comments

No comments written yet.

Please login to write comment.