Shades of Cadet Blue #659E97
Tints of Cadet Blue #659E97
RGB
CMYK
RGB Variations
Color information
#659E97 (or 0x659E97) is known color: Cadet Blue. HEX triplet: 65, 9E and 97. RGB value is (101,158,151). Sum of RGB (Red+Green+Blue) = 101+158+151=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #659E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E97 is #9A6168. Grayscale: #8C8C8C. Windows color (decimal): -10117481 or 9936485. OLE color: 9936485.
HSL color Cylindrical-coordinate representation of color #659E97: hue angle of 172.63º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659E97 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 158 | 151 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.38 |
| HSL | 172.63º | 0.23% | 0.51% | - |
| HSV(B) | 172.63º | 0.36% | 0.62% | - |
| XYZ | 23.18 | 29.45 | 33.74 | - |
| YUV | 140.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 151 | 0.36 | 0 | 0.04 | 0.38 | 172.63 | 0.23 | 0.51 |
| Hex | 65 | 9E | 97 | 24 | 0 | 4 | 26 | AD | 17 | 33 |
| Octal | 145 | 236 | 227 | 44 | 0 | 4 | 46 | 255 | 27 | 63 |
| Binary | 1100101 | 10011110 | 10010111 | 100100 | 0 | 100 | 100110 | 10101101 | 10111 | 110011 |
Color Harmonies of #659E97
Complementary color
Monochromatic Colors of #659E97
Black with #659E97
Text Example
Text Example
White with #659E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659E97; }
p { color: rgb(101,158,151); }
H1.HeaderClassName
{
color: #659E97;
}
.AnyTagClassName
{
color: #659E97;
}
</style>
background-color css
<style>
a { background-color: #659E97; }
a { background-color: rgb(101,158,151); }
div.DivClassName
{
background-color: #659E97;
}
.BgClassName
{
background-color: #659E97;
}
</style>
border-color css
<style>
span { border-color: #659E97; }
span { border-color: rgb(101,158,151); }
td.TdClassName
{
border-color: #659E97;
}
.TagClassName
{
border-color: #659E97;
}
</style>