#669FA0

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

Shades of Cadet Blue #669FA0

Tints of Cadet Blue #669FA0

Color information

#669FA0 (or 0x669FA0) is unknown color: approx Cadet Blue. HEX triplet: 66, 9F and A0. RGB value is (102,159,160). Sum of RGB (Red+Green+Blue) = 102+159+160=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 160 - color contains mainly: blue. Hex color #669FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669FA0 is #99605F. Grayscale: #8E8E8E. Windows color (decimal): -10051680 or 10526566. OLE color: 10526566.

HSL color Cylindrical-coordinate representation of color #669FA0: hue angle of 181.03º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669FA0 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB102159160-
CMYK0.360.0100.37
HSL181.03º23.39%51.37%-
HSV(B)181.03º36.25%62.75%-
XYZ24.2230.1637.8-
YUV142.07138.1299.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.23%
GREEN value IS 159 (62.5% from 255) = 37.77%
BLUE value IS 160 (62.89% from 255) = 38.00%
R=24.23%
G=37.77%
B=38.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021591600.360.0100.37181.0323.3951.37
Hex669FA0241025b51733
Octal1462372404410452652763
Binary11001101001111110100000100100101001011011010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,159,160); }

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

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

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

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

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

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

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