Shades of Cadet Blue #649699
Tints of Cadet Blue #649699
RGB
CMYK
RGB Variations
Color information
#649699 (or 0x649699) is known color: Cadet Blue. HEX triplet: 64, 96 and 99. RGB value is (100,150,153). Sum of RGB (Red+Green+Blue) = 100+150+153=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #649699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649699 is #9B6966. Grayscale: #878787. Windows color (decimal): -10185063 or 10065508. OLE color: 10065508.
HSL color Cylindrical-coordinate representation of color #649699: hue angle of 183.4º 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 #649699 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 150 | 153 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.4 |
| HSL | 183.4º | 0.21% | 0.5% | - |
| HSV(B) | 183.4º | 0.35% | 0.6% | - |
| XYZ | 21.91 | 26.82 | 34.16 | - |
| YUV | 135.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 153 | 0.35 | 0.02 | 0 | 0.4 | 183.4 | 0.21 | 0.5 |
| Hex | 64 | 96 | 99 | 23 | 2 | 0 | 28 | B7 | 15 | 32 |
| Octal | 144 | 226 | 231 | 43 | 2 | 0 | 50 | 267 | 25 | 62 |
| Binary | 1100100 | 10010110 | 10011001 | 100011 | 10 | 0 | 101000 | 10110111 | 10101 | 110010 |
Color Harmonies of #649699
Complementary color
Monochromatic Colors of #649699
Black with #649699
Text Example
Text Example
White with #649699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649699; }
p { color: rgb(100,150,153); }
H1.HeaderClassName
{
color: #649699;
}
.AnyTagClassName
{
color: #649699;
}
</style>
background-color css
<style>
a { background-color: #649699; }
a { background-color: rgb(100,150,153); }
div.DivClassName
{
background-color: #649699;
}
.BgClassName
{
background-color: #649699;
}
</style>
border-color css
<style>
span { border-color: #649699; }
span { border-color: rgb(100,150,153); }
td.TdClassName
{
border-color: #649699;
}
.TagClassName
{
border-color: #649699;
}
</style>