Shades of Cadet Blue #659C96
Tints of Cadet Blue #659C96
RGB
CMYK
RGB Variations
Color information
#659C96 (or 0x659C96) is known color: Cadet Blue. HEX triplet: 65, 9C and 96. RGB value is (101,156,150). Sum of RGB (Red+Green+Blue) = 101+156+150=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #659C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659C96 is #9A6369. Grayscale: #8A8A8A. Windows color (decimal): -10117994 or 9870437. OLE color: 9870437.
HSL color Cylindrical-coordinate representation of color #659C96: hue angle of 173.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659C96 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 150 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.39 |
| HSL | 173.45º | 0.22% | 0.5% | - |
| HSV(B) | 173.45º | 0.35% | 0.61% | - |
| XYZ | 22.76 | 28.75 | 33.2 | - |
| YUV | 138.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 150 | 0.35 | 0 | 0.04 | 0.39 | 173.45 | 0.22 | 0.5 |
| Hex | 65 | 9C | 96 | 23 | 0 | 4 | 27 | AD | 16 | 32 |
| Octal | 145 | 234 | 226 | 43 | 0 | 4 | 47 | 255 | 26 | 62 |
| Binary | 1100101 | 10011100 | 10010110 | 100011 | 0 | 100 | 100111 | 10101101 | 10110 | 110010 |
Color Harmonies of #659C96
Complementary color
Monochromatic Colors of #659C96
Black with #659C96
Text Example
Text Example
White with #659C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C96; }
p { color: rgb(101,156,150); }
H1.HeaderClassName
{
color: #659C96;
}
.AnyTagClassName
{
color: #659C96;
}
</style>
background-color css
<style>
a { background-color: #659C96; }
a { background-color: rgb(101,156,150); }
div.DivClassName
{
background-color: #659C96;
}
.BgClassName
{
background-color: #659C96;
}
</style>
border-color css
<style>
span { border-color: #659C96; }
span { border-color: rgb(101,156,150); }
td.TdClassName
{
border-color: #659C96;
}
.TagClassName
{
border-color: #659C96;
}
</style>