Shades of Cadet Blue #669AA3
Tints of Cadet Blue #669AA3
RGB
CMYK
RGB Variations
Color information
#669AA3 (or 0x669AA3) is known color: Cadet Blue. HEX triplet: 66, 9A and A3. RGB value is (102,154,163). Sum of RGB (Red+Green+Blue) = 102+154+163=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 163 - color contains mainly: blue. Hex color #669AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669AA3 is #99655C. Grayscale: #8B8B8B. Windows color (decimal): -10052957 or 10721894. OLE color: 10721894.
HSL color Cylindrical-coordinate representation of color #669AA3: hue angle of 188.85º degrees, saturation: 0.25, 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 #669AA3 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 154 | 163 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.36 |
| HSL | 188.85º | 0.25% | 0.52% | - |
| HSV(B) | 188.85º | 0.37% | 0.64% | - |
| XYZ | 23.65 | 28.58 | 38.92 | - |
| YUV | 139.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 163 | 0.37 | 0.06 | 0 | 0.36 | 188.85 | 0.25 | 0.52 |
| Hex | 66 | 9A | A3 | 25 | 6 | 0 | 24 | BD | 19 | 34 |
| Octal | 146 | 232 | 243 | 45 | 6 | 0 | 44 | 275 | 31 | 64 |
| Binary | 1100110 | 10011010 | 10100011 | 100101 | 110 | 0 | 100100 | 10111101 | 11001 | 110100 |
Color Harmonies of #669AA3
Complementary color
Monochromatic Colors of #669AA3
Black with #669AA3
Text Example
Text Example
White with #669AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AA3; }
p { color: rgb(102,154,163); }
H1.HeaderClassName
{
color: #669AA3;
}
.AnyTagClassName
{
color: #669AA3;
}
</style>
background-color css
<style>
a { background-color: #669AA3; }
a { background-color: rgb(102,154,163); }
div.DivClassName
{
background-color: #669AA3;
}
.BgClassName
{
background-color: #669AA3;
}
</style>
border-color css
<style>
span { border-color: #669AA3; }
span { border-color: rgb(102,154,163); }
td.TdClassName
{
border-color: #669AA3;
}
.TagClassName
{
border-color: #669AA3;
}
</style>