Shades of Cadet Blue #669CA0
Tints of Cadet Blue #669CA0
RGB
CMYK
RGB Variations
Color information
#669CA0 (or 0x669CA0) is known color: Cadet Blue. HEX triplet: 66, 9C and A0. RGB value is (102,156,160). Sum of RGB (Red+Green+Blue) = 102+156+160=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 160 - color contains mainly: blue. Hex color #669CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669CA0 is #99635F. Grayscale: #8C8C8C. Windows color (decimal): -10052448 or 10525798. OLE color: 10525798.
HSL color Cylindrical-coordinate representation of color #669CA0: hue angle of 184.14º 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 #669CA0 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 156 | 160 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.37 |
| HSL | 184.14º | 0.23% | 0.51% | - |
| HSV(B) | 184.14º | 0.36% | 0.63% | - |
| XYZ | 23.71 | 29.14 | 37.63 | - |
| YUV | 140.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 160 | 0.36 | 0.02 | 0 | 0.37 | 184.14 | 0.23 | 0.51 |
| Hex | 66 | 9C | A0 | 24 | 2 | 0 | 25 | B8 | 17 | 33 |
| Octal | 146 | 234 | 240 | 44 | 2 | 0 | 45 | 270 | 27 | 63 |
| Binary | 1100110 | 10011100 | 10100000 | 100100 | 10 | 0 | 100101 | 10111000 | 10111 | 110011 |
Color Harmonies of #669CA0
Complementary color
Monochromatic Colors of #669CA0
Black with #669CA0
Text Example
Text Example
White with #669CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CA0; }
p { color: rgb(102,156,160); }
H1.HeaderClassName
{
color: #669CA0;
}
.AnyTagClassName
{
color: #669CA0;
}
</style>
background-color css
<style>
a { background-color: #669CA0; }
a { background-color: rgb(102,156,160); }
div.DivClassName
{
background-color: #669CA0;
}
.BgClassName
{
background-color: #669CA0;
}
</style>
border-color css
<style>
span { border-color: #669CA0; }
span { border-color: rgb(102,156,160); }
td.TdClassName
{
border-color: #669CA0;
}
.TagClassName
{
border-color: #669CA0;
}
</style>