Shades of Cadet Blue #649999
Tints of Cadet Blue #649999
RGB
CMYK
RGB Variations
Color information
#649999 (or 0x649999) is known color: Cadet Blue. HEX triplet: 64, 99 and 99. RGB value is (100,153,153). Sum of RGB (Red+Green+Blue) = 100+153+153=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #649999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649999 is #9B6666. Grayscale: #898989. Windows color (decimal): -10184295 or 10066276. OLE color: 10066276.
HSL color Cylindrical-coordinate representation of color #649999: hue angle of 180º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649999 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 153 | - |
| CMYK | 0.35 | 0 | 0 | 0.4 |
| HSL | 180º | 0.21% | 0.5% | - |
| HSV(B) | 180º | 0.35% | 0.6% | - |
| XYZ | 22.4 | 27.79 | 34.32 | - |
| YUV | 137.15 | 136.94 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 153 | 0.35 | 0 | 0 | 0.4 | 180 | 0.21 | 0.5 |
| Hex | 64 | 99 | 99 | 23 | 0 | 0 | 28 | B4 | 15 | 32 |
| Octal | 144 | 231 | 231 | 43 | 0 | 0 | 50 | 264 | 25 | 62 |
| Binary | 1100100 | 10011001 | 10011001 | 100011 | 0 | 0 | 101000 | 10110100 | 10101 | 110010 |
Color Harmonies of #649999
Complementary color
Monochromatic Colors of #649999
Black with #649999
Text Example
Text Example
White with #649999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649999; }
p { color: rgb(100,153,153); }
H1.HeaderClassName
{
color: #649999;
}
.AnyTagClassName
{
color: #649999;
}
</style>
background-color css
<style>
a { background-color: #649999; }
a { background-color: rgb(100,153,153); }
div.DivClassName
{
background-color: #649999;
}
.BgClassName
{
background-color: #649999;
}
</style>
border-color css
<style>
span { border-color: #649999; }
span { border-color: rgb(100,153,153); }
td.TdClassName
{
border-color: #649999;
}
.TagClassName
{
border-color: #649999;
}
</style>