Shades of Cadet Blue #659894
Tints of Cadet Blue #659894
RGB
CMYK
RGB Variations
Color information
#659894 (or 0x659894) is known color: Cadet Blue. HEX triplet: 65, 98 and 94. RGB value is (101,152,148). Sum of RGB (Red+Green+Blue) = 101+152+148=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #659894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659894 is #9A676B. Grayscale: #888888. Windows color (decimal): -10119020 or 9738341. OLE color: 9738341.
HSL color Cylindrical-coordinate representation of color #659894: hue angle of 175.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659894 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 152 | 148 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.40 |
| HSL | 175.29º | 0.2% | 0.5% | - |
| HSV(B) | 175.29º | 0.34% | 0.6% | - |
| XYZ | 21.94 | 27.36 | 32.14 | - |
| YUV | 136.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 148 | 0.34 | 0 | 0.03 | 0.40 | 175.29 | 0.2 | 0.5 |
| Hex | 65 | 98 | 94 | 22 | 0 | 3 | 28 | AF | 14 | 32 |
| Octal | 145 | 230 | 224 | 42 | 0 | 3 | 50 | 257 | 24 | 62 |
| Binary | 1100101 | 10011000 | 10010100 | 100010 | 0 | 11 | 101000 | 10101111 | 10100 | 110010 |
Color Harmonies of #659894
Complementary color
Monochromatic Colors of #659894
Black with #659894
Text Example
Text Example
White with #659894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659894; }
p { color: rgb(101,152,148); }
H1.HeaderClassName
{
color: #659894;
}
.AnyTagClassName
{
color: #659894;
}
</style>
background-color css
<style>
a { background-color: #659894; }
a { background-color: rgb(101,152,148); }
div.DivClassName
{
background-color: #659894;
}
.BgClassName
{
background-color: #659894;
}
</style>
border-color css
<style>
span { border-color: #659894; }
span { border-color: rgb(101,152,148); }
td.TdClassName
{
border-color: #659894;
}
.TagClassName
{
border-color: #659894;
}
</style>