#669E9C

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

Shades of Cadet Blue #669E9C

Tints of Cadet Blue #669E9C

Color information

#669E9C (or 0x669E9C) is unknown color: approx Cadet Blue. HEX triplet: 66, 9E and 9C. RGB value is (102,158,156). Sum of RGB (Red+Green+Blue) = 102+158+156=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #669E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E9C is #996163. Grayscale: #8C8C8C. Windows color (decimal): -10051940 or 10264166. OLE color: 10264166.

HSL color Cylindrical-coordinate representation of color #669E9C: hue angle of 177.86º 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 #669E9C is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB102158156-
CMYK0.3500.010.38
HSL177.86º22.4%50.98%-
HSV(B)177.86º35.44%61.96%-
XYZ23.7129.6835.93-
YUV141.03136.45100.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.52%
GREEN value IS 158 (62.11% from 255) = 37.98%
BLUE value IS 156 (61.33% from 255) = 37.5%
R=24.52%
G=37.98%
B=37.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021581560.3500.010.38177.8622.450.98
Hex669E9C230126b21633
Octal1462362344301462622663
Binary11001101001111010011100100011011001101011001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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