Color Hex Logo

#669489 Color Hex

#669489
(102,148,137)
0 Favorites   0 Comments

Color spaces of #669489

RGB 102148137
HSL0.460.180.49
HSV166°31°58°
CMYK 0.310.000.07   0.42
XYZ20.584825.810727.5639
Yxy25.81070.27830.3490
Hunter Lab50.8042-16.58303.3951
CIE-Lab57.8569-18.08290.8202

#669489 color RGB value is (102,148,137).

#669489 hex color red value is 102, green value is 148 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #669489 hue: 0.46 , saturation: 0.18 and the lightness value of 669489 is 0.49.

The process color (four color CMYK) of #669489 color hex is 0.31, 0.00, 0.07, 0.42. Web safe color of #669489 is #669999. Color #669489 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010100 10001001
Octal 146 224 211
Decimal 102 148 137
Hex 66 94 89

RGB Percentages of Color #669489

%26.36
%38.24
%35.40

CMYK Percentages of Color #669489

%31
%0
%7
%42

Triadic Colors of #669489

#669489 #896694 #948966

Analogous Colors of #669489

#669489 #668894 #669472

Monochromatic Colors of #669489

#669489

Complementary Color

#669489 #946671

#669489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#669489 Color CSS Codes

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

#669489 Text Font Color

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

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


#669489 Background Color

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

This div background color is #669489


#669489 Border Color

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

This div border color is #669489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669489


Comments

No comments written yet.

Please login to write comment.