Shades of Cadet Blue #669AA1
Tints of Cadet Blue #669AA1
RGB
CMYK
RGB Variations
Color information
#669AA1 (or 0x669AA1) is known color: Cadet Blue. HEX triplet: 66, 9A and A1. RGB value is (102,154,161). Sum of RGB (Red+Green+Blue) = 102+154+161=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 161 - color contains mainly: blue. Hex color #669AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669AA1 is #99655E. Grayscale: #8B8B8B. Windows color (decimal): -10052959 or 10590822. OLE color: 10590822.
HSL color Cylindrical-coordinate representation of color #669AA1: hue angle of 187.12º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #669AA1 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 154 | 161 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.37 |
| HSL | 187.12º | 0.24% | 0.52% | - |
| HSV(B) | 187.12º | 0.37% | 0.63% | - |
| XYZ | 23.47 | 28.51 | 37.98 | - |
| YUV | 139.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 161 | 0.37 | 0.04 | 0 | 0.37 | 187.12 | 0.24 | 0.52 |
| Hex | 66 | 9A | A1 | 25 | 4 | 0 | 25 | BB | 18 | 34 |
| Octal | 146 | 232 | 241 | 45 | 4 | 0 | 45 | 273 | 30 | 64 |
| Binary | 1100110 | 10011010 | 10100001 | 100101 | 100 | 0 | 100101 | 10111011 | 11000 | 110100 |
Color Harmonies of #669AA1
Complementary color
Monochromatic Colors of #669AA1
Black with #669AA1
Text Example
Text Example
White with #669AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AA1; }
p { color: rgb(102,154,161); }
H1.HeaderClassName
{
color: #669AA1;
}
.AnyTagClassName
{
color: #669AA1;
}
</style>
background-color css
<style>
a { background-color: #669AA1; }
a { background-color: rgb(102,154,161); }
div.DivClassName
{
background-color: #669AA1;
}
.BgClassName
{
background-color: #669AA1;
}
</style>
border-color css
<style>
span { border-color: #669AA1; }
span { border-color: rgb(102,154,161); }
td.TdClassName
{
border-color: #669AA1;
}
.TagClassName
{
border-color: #669AA1;
}
</style>