#669DA9

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

Shades of Cadet Blue #669DA9

Tints of Cadet Blue #669DA9

Color information

#669DA9 (or 0x669DA9) is unknown color: approx Cadet Blue. HEX triplet: 66, 9D and A9. RGB value is (102,157,169). Sum of RGB (Red+Green+Blue) = 102+157+169=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 169 - color contains mainly: blue. Hex color #669DA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669DA9 is #996256. Grayscale: #8D8D8D. Windows color (decimal): -10052183 or 11115878. OLE color: 11115878.

HSL color Cylindrical-coordinate representation of color #669DA9: hue angle of 190.75º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #669DA9 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB102157169-
CMYK0.400.0700.34
HSL190.75º28.03%53.14%-
HSV(B)190.75º39.64%66.27%-
XYZ24.729.841.99-
YUV141.92143.2899.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.83%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 169 (66.41% from 255) = 39.49%
R=23.83%
G=36.68%
B=39.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021571690.400.0700.34190.7528.0353.14
Hex669DA9287022bf1c35
Octal1462352515070422773465
Binary1100110100111011010100110100011101000101011111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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