Shades of Cadet Blue #669FAB
Tints of Cadet Blue #669FAB
RGB
CMYK
RGB Variations
Color information
#669FAB (or 0x669FAB) is known color: Cadet Blue. HEX triplet: 66, 9F and AB. RGB value is (102,159,171). Sum of RGB (Red+Green+Blue) = 102+159+171=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #669FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669FAB is #996054. Grayscale: #8F8F8F. Windows color (decimal): -10051669 or 11247462. OLE color: 11247462.
HSL color Cylindrical-coordinate representation of color #669FAB: hue angle of 190.43º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #669FAB is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 159 | 171 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.33 |
| HSL | 190.43º | 0.29% | 0.54% | - |
| HSV(B) | 190.43º | 0.4% | 0.67% | - |
| XYZ | 25.23 | 30.56 | 43.1 | - |
| YUV | 143.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 171 | 0.40 | 0.07 | 0 | 0.33 | 190.43 | 0.29 | 0.54 |
| Hex | 66 | 9F | AB | 28 | 7 | 0 | 21 | BE | 1D | 36 |
| Octal | 146 | 237 | 253 | 50 | 7 | 0 | 41 | 276 | 35 | 66 |
| Binary | 1100110 | 10011111 | 10101011 | 101000 | 111 | 0 | 100001 | 10111110 | 11101 | 110110 |
Color Harmonies of #669FAB
Complementary color
Monochromatic Colors of #669FAB
Black with #669FAB
Text Example
Text Example
White with #669FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FAB; }
p { color: rgb(102,159,171); }
H1.HeaderClassName
{
color: #669FAB;
}
.AnyTagClassName
{
color: #669FAB;
}
</style>
background-color css
<style>
a { background-color: #669FAB; }
a { background-color: rgb(102,159,171); }
div.DivClassName
{
background-color: #669FAB;
}
.BgClassName
{
background-color: #669FAB;
}
</style>
border-color css
<style>
span { border-color: #669FAB; }
span { border-color: rgb(102,159,171); }
td.TdClassName
{
border-color: #669FAB;
}
.TagClassName
{
border-color: #669FAB;
}
</style>