#669DA6

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

Shades of Cadet Blue #669DA6

Tints of Cadet Blue #669DA6

Color information

#669DA6 (or 0x669DA6) is unknown color: approx Cadet Blue. HEX triplet: 66, 9D and A6. RGB value is (102,157,166). Sum of RGB (Red+Green+Blue) = 102+157+166=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 166 - color contains mainly: blue. Hex color #669DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669DA6 is #996259. Grayscale: #8D8D8D. Windows color (decimal): -10052186 or 10919270. OLE color: 10919270.

HSL color Cylindrical-coordinate representation of color #669DA6: hue angle of 188.44º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #669DA6 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB102157166-
CMYK0.390.0500.35
HSL188.44º26.45%52.55%-
HSV(B)188.44º38.55%65.1%-
XYZ24.4229.6940.52-
YUV141.58141.7899.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 166 (65.23% from 255) = 39.06%
R=24%
G=36.94%
B=39.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021571660.390.0500.35188.4426.4552.55
Hex669DA6275023bc1a35
Octal1462352464750432743265
Binary1100110100111011010011010011110101000111011110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,157,166); }

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

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

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

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

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

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

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