Color Hex Logo

#669b9d Color Hex

#669B9D
(102,155,157)
0 Favorites   0 Comments

Color spaces of #669b9d

RGB 102155157
HSL0.510.220.51
HSV182°35°62°
CMYK 0.350.010.00   0.38
XYZ23.286628.701836.2110
Yxy28.70180.26400.3254
Hunter Lab53.5741-16.1675-2.5726
CIE-Lab60.5175-16.9504-6.6392

#669b9d color RGB value is (102,155,157).

#669b9d hex color red value is 102, green value is 155 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #669b9d hue: 0.51 , saturation: 0.22 and the lightness value of 669b9d is 0.51.

The process color (four color CMYK) of #669b9d color hex is 0.35, 0.01, 0.00, 0.38. Web safe color of #669b9d is #669999. Color #669b9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011011 10011101
Octal 146 233 235
Decimal 102 155 157
Hex 66 9B 9D

RGB Percentages of Color #669b9d

%24.64
%37.44
%37.92

CMYK Percentages of Color #669b9d

%35
%1
%0
%38

Triadic Colors of #669b9d

#669b9d #9d669b #9b9d66

Analogous Colors of #669b9d

#669b9d #66809d #669d84

Monochromatic Colors of #669b9d

#669b9d

Complementary Color

#669b9d #9d6866

#669b9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#669b9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#669b9d Color CSS Codes

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

#669b9d Text Font Color

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

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


#669b9d Background Color

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

This div background color is #669b9d


#669b9d Border Color

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

This div border color is #669b9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,155,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #669b9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #669b9d;
  -webkit-box-shadow: 1px 1px 3px 2px #669b9d;
  box-shadow:         1px 1px 3px 2px #669b9d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #669b9d


Comments

No comments written yet.

Please login to write comment.