Color Hex Logo

#667799 Color Hex

#667799
(102,119,153)
3 Favorites   0 Comments

Color spaces of #667799

RGB 102119153
HSL0.610.200.50
HSV220°33°60°
CMYK 0.330.220.00   0.40
XYZ17.826118.318332.7332
Yxy18.31830.25880.2660
Hunter Lab42.7999-0.5548-15.3849
CIE-Lab49.87992.2390-20.3938

#667799 color RGB value is (102,119,153). This hex color code is also a web safe color which is equal to #679.

#667799 hex color red value is 102, green value is 119 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #667799 hue: 0.61 , saturation: 0.20 and the lightness value of 667799 is 0.50.

The process color (four color CMYK) of #667799 color hex is 0.33, 0.22, 0.00, 0.40. Web safe color of #667799 is #666699. Color #667799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110111 10011001
Octal 146 167 231
Decimal 102 119 153
Hex 66 77 99

RGB Percentages of Color #667799

%27.27
%31.82
%40.91

CMYK Percentages of Color #667799

%33
%22
%0
%40

Triadic Colors of #667799

#667799 #996677 #779966

Analogous Colors of #667799

#667799 #6f6699 #669199

Monochromatic Colors of #667799

#667799

Complementary Color

#667799 #998866

#667799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667799 Color CSS Codes

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

#667799 Text Font Color

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

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


#667799 Background Color

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

This div background color is #667799


#667799 Border Color

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

This div border color is #667799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667799


Comments

No comments written yet.

Please login to write comment.