Shades of Cadet Blue #659EAA
Tints of Cadet Blue #659EAA
RGB
CMYK
RGB Variations
Color information
#659EAA (or 0x659EAA) is known color: Cadet Blue. HEX triplet: 65, 9E and AA. RGB value is (101,158,170). Sum of RGB (Red+Green+Blue) = 101+158+170=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #659EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659EAA is #9A6155. Grayscale: #8E8E8E. Windows color (decimal): -10117462 or 11181669. OLE color: 11181669.
HSL color Cylindrical-coordinate representation of color #659EAA: hue angle of 190.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #659EAA is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 158 | 170 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.33 |
| HSL | 190.43º | 0.29% | 0.53% | - |
| HSV(B) | 190.43º | 0.41% | 0.67% | - |
| XYZ | 24.85 | 30.12 | 42.53 | - |
| YUV | 142.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 170 | 0.41 | 0.07 | 0 | 0.33 | 190.43 | 0.29 | 0.53 |
| Hex | 65 | 9E | AA | 29 | 7 | 0 | 21 | BE | 1D | 35 |
| Octal | 145 | 236 | 252 | 51 | 7 | 0 | 41 | 276 | 35 | 65 |
| Binary | 1100101 | 10011110 | 10101010 | 101001 | 111 | 0 | 100001 | 10111110 | 11101 | 110101 |
Color Harmonies of #659EAA
Complementary color
Monochromatic Colors of #659EAA
Black with #659EAA
Text Example
Text Example
White with #659EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EAA; }
p { color: rgb(101,158,170); }
H1.HeaderClassName
{
color: #659EAA;
}
.AnyTagClassName
{
color: #659EAA;
}
</style>
background-color css
<style>
a { background-color: #659EAA; }
a { background-color: rgb(101,158,170); }
div.DivClassName
{
background-color: #659EAA;
}
.BgClassName
{
background-color: #659EAA;
}
</style>
border-color css
<style>
span { border-color: #659EAA; }
span { border-color: rgb(101,158,170); }
td.TdClassName
{
border-color: #659EAA;
}
.TagClassName
{
border-color: #659EAA;
}
</style>