Shades of Cadet Blue #669AA2
Tints of Cadet Blue #669AA2
RGB
CMYK
RGB Variations
Color information
#669AA2 (or 0x669AA2) is known color: Cadet Blue. HEX triplet: 66, 9A and A2. RGB value is (102,154,162). Sum of RGB (Red+Green+Blue) = 102+154+162=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 162 - color contains mainly: blue. Hex color #669AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669AA2 is #99655D. Grayscale: #8B8B8B. Windows color (decimal): -10052958 or 10656358. OLE color: 10656358.
HSL color Cylindrical-coordinate representation of color #669AA2: hue angle of 188º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #669AA2 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 154 | 162 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.36 |
| HSL | 188º | 0.24% | 0.52% | - |
| HSV(B) | 188º | 0.37% | 0.64% | - |
| XYZ | 23.56 | 28.54 | 38.45 | - |
| YUV | 139.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 162 | 0.37 | 0.05 | 0 | 0.36 | 188 | 0.24 | 0.52 |
| Hex | 66 | 9A | A2 | 25 | 5 | 0 | 24 | BC | 18 | 34 |
| Octal | 146 | 232 | 242 | 45 | 5 | 0 | 44 | 274 | 30 | 64 |
| Binary | 1100110 | 10011010 | 10100010 | 100101 | 101 | 0 | 100100 | 10111100 | 11000 | 110100 |
Color Harmonies of #669AA2
Complementary color
Monochromatic Colors of #669AA2
Black with #669AA2
Text Example
Text Example
White with #669AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AA2; }
p { color: rgb(102,154,162); }
H1.HeaderClassName
{
color: #669AA2;
}
.AnyTagClassName
{
color: #669AA2;
}
</style>
background-color css
<style>
a { background-color: #669AA2; }
a { background-color: rgb(102,154,162); }
div.DivClassName
{
background-color: #669AA2;
}
.BgClassName
{
background-color: #669AA2;
}
</style>
border-color css
<style>
span { border-color: #669AA2; }
span { border-color: rgb(102,154,162); }
td.TdClassName
{
border-color: #669AA2;
}
.TagClassName
{
border-color: #669AA2;
}
</style>