#669E9E

Color #669E9E Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #669E9E

Tints of Cadet Blue #669E9E

Color information

#669E9E (or 0x669E9E) is unknown color: approx Cadet Blue. HEX triplet: 66, 9E and 9E. RGB value is (102,158,158). Sum of RGB (Red+Green+Blue) = 102+158+158=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: green, blue. Hex color #669E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E9E is #996161. Grayscale: #8D8D8D. Windows color (decimal): -10051938 or 10395238. OLE color: 10395238.

HSL color Cylindrical-coordinate representation of color #669E9E: hue angle of 180º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669E9E is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102158158-
CMYK0.35000.38
HSL180º22.4%50.98%-
HSV(B)180º35.44%61.96%-
XYZ23.8829.7536.83-
YUV141.26137.45100-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 24.40%
GREEN value IS 158 (62.11% from 255) = 37.80%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=24.40%
G=37.80%
B=37.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021581580.35000.3818022.450.98
Hex669E9E230026b41633
Octal1462362364300462642663
Binary11001101001111010011110100011001001101011010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669E9E; }

 p { color: rgb(102,158,158); }

 H1.HeaderClassName
 {
   color: #669E9E;
 }
 .AnyTagClassName
 {
   color: #669E9E;
 }
</style>
background-color css

<style>
 a { background-color: #669E9E; }

 a { background-color: rgb(102,158,158); }

 div.DivClassName
 {
   background-color: #669E9E;
 }
 .BgClassName
 {
   background-color: #669E9E;
 }
</style>
border-color css

<style>
 span { border-color: #669E9E; }

 span { border-color: rgb(102,158,158); }

 td.TdClassName
 {
   border-color: #669E9E;
 }
 .TagClassName
 {
   border-color: #669E9E;
 }
</style>