Shades of Cadet Blue #669BA0
Tints of Cadet Blue #669BA0
RGB
CMYK
RGB Variations
Color information
#669BA0 (or 0x669BA0) is known color: Cadet Blue. HEX triplet: 66, 9B and A0. RGB value is (102,155,160). Sum of RGB (Red+Green+Blue) = 102+155+160=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 160 - color contains mainly: blue. Hex color #669BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669BA0 is #99645F. Grayscale: #8B8B8B. Windows color (decimal): -10052704 or 10525542. OLE color: 10525542.
HSL color Cylindrical-coordinate representation of color #669BA0: hue angle of 185.17º 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 #669BA0 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 155 | 160 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.37 |
| HSL | 185.17º | 0.23% | 0.51% | - |
| HSV(B) | 185.17º | 0.36% | 0.63% | - |
| XYZ | 23.55 | 28.81 | 37.58 | - |
| YUV | 139.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 160 | 0.36 | 0.03 | 0 | 0.37 | 185.17 | 0.23 | 0.51 |
| Hex | 66 | 9B | A0 | 24 | 3 | 0 | 25 | B9 | 17 | 33 |
| Octal | 146 | 233 | 240 | 44 | 3 | 0 | 45 | 271 | 27 | 63 |
| Binary | 1100110 | 10011011 | 10100000 | 100100 | 11 | 0 | 100101 | 10111001 | 10111 | 110011 |
Color Harmonies of #669BA0
Complementary color
Monochromatic Colors of #669BA0
Black with #669BA0
Text Example
Text Example
White with #669BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BA0; }
p { color: rgb(102,155,160); }
H1.HeaderClassName
{
color: #669BA0;
}
.AnyTagClassName
{
color: #669BA0;
}
</style>
background-color css
<style>
a { background-color: #669BA0; }
a { background-color: rgb(102,155,160); }
div.DivClassName
{
background-color: #669BA0;
}
.BgClassName
{
background-color: #669BA0;
}
</style>
border-color css
<style>
span { border-color: #669BA0; }
span { border-color: rgb(102,155,160); }
td.TdClassName
{
border-color: #669BA0;
}
.TagClassName
{
border-color: #669BA0;
}
</style>