Color Hex Logo

#667185 Color Hex

#667185
(102,113,133)
0 Favorites   0 Comments

Color spaces of #667185

RGB 102113133
HSL0.610.130.46
HSV219°23°52°
CMYK 0.230.150.00   0.48
XYZ15.618316.328524.5188
Yxy16.32850.27660.2892
Hunter Lab40.4085-1.7229-7.6896
CIE-Lab47.40260.5772-12.3626

#667185 color RGB value is (102,113,133).

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

The process color (four color CMYK) of #667185 color hex is 0.23, 0.15, 0.00, 0.48. Web safe color of #667185 is #666699. Color #667185 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110001 10000101
Octal 146 161 205
Decimal 102 113 133
Hex 66 71 85

RGB Percentages of Color #667185

%29.31
%32.47
%38.22

CMYK Percentages of Color #667185

%23
%15
%0
%48

Triadic Colors of #667185

#667185 #856671 #718566

Analogous Colors of #667185

#667185 #6b6685 #668185

Monochromatic Colors of #667185

#667185

Complementary Color

#667185 #857a66

#667185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667185 Color CSS Codes

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

#667185 Text Font Color

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

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


#667185 Background Color

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

This div background color is #667185


#667185 Border Color

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

This div border color is #667185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667185


Comments

No comments written yet.

Please login to write comment.