Shades of Cadet Blue #64949E
Tints of Cadet Blue #64949E
RGB
CMYK
RGB Variations
Color information
#64949E (or 0x64949E) is known color: Cadet Blue. HEX triplet: 64, 94 and 9E. RGB value is (100,148,158). Sum of RGB (Red+Green+Blue) = 100+148+158=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #64949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64949E is #9B6B61. Grayscale: #868686. Windows color (decimal): -10185570 or 10392676. OLE color: 10392676.
HSL color Cylindrical-coordinate representation of color #64949E: hue angle of 190.34º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64949E is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 148 | 158 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.38 |
| HSL | 190.34º | 0.23% | 0.51% | - |
| HSV(B) | 190.34º | 0.37% | 0.62% | - |
| XYZ | 22.02 | 26.36 | 36.27 | - |
| YUV | 134.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 158 | 0.37 | 0.06 | 0 | 0.38 | 190.34 | 0.23 | 0.51 |
| Hex | 64 | 94 | 9E | 25 | 6 | 0 | 26 | BE | 17 | 33 |
| Octal | 144 | 224 | 236 | 45 | 6 | 0 | 46 | 276 | 27 | 63 |
| Binary | 1100100 | 10010100 | 10011110 | 100101 | 110 | 0 | 100110 | 10111110 | 10111 | 110011 |
Color Harmonies of #64949E
Complementary color
Monochromatic Colors of #64949E
Black with #64949E
Text Example
Text Example
White with #64949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64949E; }
p { color: rgb(100,148,158); }
H1.HeaderClassName
{
color: #64949E;
}
.AnyTagClassName
{
color: #64949E;
}
</style>
background-color css
<style>
a { background-color: #64949E; }
a { background-color: rgb(100,148,158); }
div.DivClassName
{
background-color: #64949E;
}
.BgClassName
{
background-color: #64949E;
}
</style>
border-color css
<style>
span { border-color: #64949E; }
span { border-color: rgb(100,148,158); }
td.TdClassName
{
border-color: #64949E;
}
.TagClassName
{
border-color: #64949E;
}
</style>