Shades of Cadet Blue #649598
Tints of Cadet Blue #649598
RGB
CMYK
RGB Variations
Color information
#649598 (or 0x649598) is known color: Cadet Blue. HEX triplet: 64, 95 and 98. RGB value is (100,149,152). Sum of RGB (Red+Green+Blue) = 100+149+152=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #649598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649598 is #9B6A67. Grayscale: #868686. Windows color (decimal): -10185320 or 9999716. OLE color: 9999716.
HSL color Cylindrical-coordinate representation of color #649598: hue angle of 183.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649598 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 149 | 152 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.40 |
| HSL | 183.46º | 0.21% | 0.49% | - |
| HSV(B) | 183.46º | 0.34% | 0.6% | - |
| XYZ | 21.67 | 26.47 | 33.67 | - |
| YUV | 134.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 152 | 0.34 | 0.02 | 0 | 0.40 | 183.46 | 0.21 | 0.49 |
| Hex | 64 | 95 | 98 | 22 | 2 | 0 | 28 | B7 | 15 | 31 |
| Octal | 144 | 225 | 230 | 42 | 2 | 0 | 50 | 267 | 25 | 61 |
| Binary | 1100100 | 10010101 | 10011000 | 100010 | 10 | 0 | 101000 | 10110111 | 10101 | 110001 |
Color Harmonies of #649598
Complementary color
Monochromatic Colors of #649598
Black with #649598
Text Example
Text Example
White with #649598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649598; }
p { color: rgb(100,149,152); }
H1.HeaderClassName
{
color: #649598;
}
.AnyTagClassName
{
color: #649598;
}
</style>
background-color css
<style>
a { background-color: #649598; }
a { background-color: rgb(100,149,152); }
div.DivClassName
{
background-color: #649598;
}
.BgClassName
{
background-color: #649598;
}
</style>
border-color css
<style>
span { border-color: #649598; }
span { border-color: rgb(100,149,152); }
td.TdClassName
{
border-color: #649598;
}
.TagClassName
{
border-color: #649598;
}
</style>