Shades of Cadet Blue #659A98
Tints of Cadet Blue #659A98
RGB
CMYK
RGB Variations
Color information
#659A98 (or 0x659A98) is known color: Cadet Blue. HEX triplet: 65, 9A and 98. RGB value is (101,154,152). Sum of RGB (Red+Green+Blue) = 101+154+152=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 154 - color contains mainly: green. Hex color #659A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659A98 is #9A6567. Grayscale: #898989. Windows color (decimal): -10118504 or 10000997. OLE color: 10000997.
HSL color Cylindrical-coordinate representation of color #659A98: hue angle of 177.74º degrees, saturation: 0.21, 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 #659A98 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 154 | 152 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.40 |
| HSL | 177.74º | 0.21% | 0.5% | - |
| HSV(B) | 177.74º | 0.34% | 0.6% | - |
| XYZ | 22.59 | 28.14 | 33.95 | - |
| YUV | 137.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 152 | 0.34 | 0 | 0.01 | 0.40 | 177.74 | 0.21 | 0.5 |
| Hex | 65 | 9A | 98 | 22 | 0 | 1 | 28 | B2 | 15 | 32 |
| Octal | 145 | 232 | 230 | 42 | 0 | 1 | 50 | 262 | 25 | 62 |
| Binary | 1100101 | 10011010 | 10011000 | 100010 | 0 | 1 | 101000 | 10110010 | 10101 | 110010 |
Color Harmonies of #659A98
Complementary color
Monochromatic Colors of #659A98
Black with #659A98
Text Example
Text Example
White with #659A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659A98; }
p { color: rgb(101,154,152); }
H1.HeaderClassName
{
color: #659A98;
}
.AnyTagClassName
{
color: #659A98;
}
</style>
background-color css
<style>
a { background-color: #659A98; }
a { background-color: rgb(101,154,152); }
div.DivClassName
{
background-color: #659A98;
}
.BgClassName
{
background-color: #659A98;
}
</style>
border-color css
<style>
span { border-color: #659A98; }
span { border-color: rgb(101,154,152); }
td.TdClassName
{
border-color: #659A98;
}
.TagClassName
{
border-color: #659A98;
}
</style>