#669EAA

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

Shades of Cadet Blue #669EAA

Tints of Cadet Blue #669EAA

Color information

#669EAA (or 0x669EAA) is unknown color: approx Cadet Blue. HEX triplet: 66, 9E and AA. RGB value is (102,158,170). Sum of RGB (Red+Green+Blue) = 102+158+170=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #669EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669EAA is #996155. Grayscale: #8E8E8E. Windows color (decimal): -10051926 or 11181670. OLE color: 11181670.

HSL color Cylindrical-coordinate representation of color #669EAA: hue angle of 190.59º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #669EAA is Cyan = 0.4, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102158170-
CMYK0.40.0700.33
HSL190.59º28.57%53.33%-
HSV(B)190.59º40%66.67%-
XYZ24.9630.1842.54-
YUV142.62143.4599.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.72%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=23.72%
G=36.74%
B=39.53%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021581700.40.0700.33190.5928.5753.33
Hex669EAA287021bf1d35
Octal1462362525070412773565
Binary1100110100111101010101010100011101000011011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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