Shades of Cadet Blue #649499
Tints of Cadet Blue #649499
RGB
CMYK
RGB Variations
Color information
#649499 (or 0x649499) is known color: Cadet Blue. HEX triplet: 64, 94 and 99. RGB value is (100,148,153). Sum of RGB (Red+Green+Blue) = 100+148+153=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #649499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649499 is #9B6B66. Grayscale: #868686. Windows color (decimal): -10185575 or 10064996. OLE color: 10064996.
HSL color Cylindrical-coordinate representation of color #649499: hue angle of 185.66º 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 #649499 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 148 | 153 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.4 |
| HSL | 185.66º | 0.21% | 0.5% | - |
| HSV(B) | 185.66º | 0.35% | 0.6% | - |
| XYZ | 21.6 | 26.19 | 34.05 | - |
| YUV | 134.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 153 | 0.35 | 0.03 | 0 | 0.4 | 185.66 | 0.21 | 0.5 |
| Hex | 64 | 94 | 99 | 23 | 3 | 0 | 28 | BA | 15 | 32 |
| Octal | 144 | 224 | 231 | 43 | 3 | 0 | 50 | 272 | 25 | 62 |
| Binary | 1100100 | 10010100 | 10011001 | 100011 | 11 | 0 | 101000 | 10111010 | 10101 | 110010 |
Color Harmonies of #649499
Complementary color
Monochromatic Colors of #649499
Black with #649499
Text Example
Text Example
White with #649499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649499; }
p { color: rgb(100,148,153); }
H1.HeaderClassName
{
color: #649499;
}
.AnyTagClassName
{
color: #649499;
}
</style>
background-color css
<style>
a { background-color: #649499; }
a { background-color: rgb(100,148,153); }
div.DivClassName
{
background-color: #649499;
}
.BgClassName
{
background-color: #649499;
}
</style>
border-color css
<style>
span { border-color: #649499; }
span { border-color: rgb(100,148,153); }
td.TdClassName
{
border-color: #649499;
}
.TagClassName
{
border-color: #649499;
}
</style>