Shades of Cadet Blue #659D99
Tints of Cadet Blue #659D99
RGB
CMYK
RGB Variations
Color information
#659D99 (or 0x659D99) is known color: Cadet Blue. HEX triplet: 65, 9D and 99. RGB value is (101,157,153). Sum of RGB (Red+Green+Blue) = 101+157+153=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #659D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659D99 is #9A6266. Grayscale: #8B8B8B. Windows color (decimal): -10117735 or 10067301. OLE color: 10067301.
HSL color Cylindrical-coordinate representation of color #659D99: hue angle of 175.71º degrees, saturation: 0.22, 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 #659D99 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 153 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.38 |
| HSL | 175.71º | 0.22% | 0.51% | - |
| HSV(B) | 175.71º | 0.36% | 0.62% | - |
| XYZ | 23.17 | 29.18 | 34.55 | - |
| YUV | 139.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 153 | 0.36 | 0 | 0.03 | 0.38 | 175.71 | 0.22 | 0.51 |
| Hex | 65 | 9D | 99 | 24 | 0 | 3 | 26 | B0 | 16 | 33 |
| Octal | 145 | 235 | 231 | 44 | 0 | 3 | 46 | 260 | 26 | 63 |
| Binary | 1100101 | 10011101 | 10011001 | 100100 | 0 | 11 | 100110 | 10110000 | 10110 | 110011 |
Color Harmonies of #659D99
Complementary color
Monochromatic Colors of #659D99
Black with #659D99
Text Example
Text Example
White with #659D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D99; }
p { color: rgb(101,157,153); }
H1.HeaderClassName
{
color: #659D99;
}
.AnyTagClassName
{
color: #659D99;
}
</style>
background-color css
<style>
a { background-color: #659D99; }
a { background-color: rgb(101,157,153); }
div.DivClassName
{
background-color: #659D99;
}
.BgClassName
{
background-color: #659D99;
}
</style>
border-color css
<style>
span { border-color: #659D99; }
span { border-color: rgb(101,157,153); }
td.TdClassName
{
border-color: #659D99;
}
.TagClassName
{
border-color: #659D99;
}
</style>