Shades of Cadet Blue #64999E
Tints of Cadet Blue #64999E
RGB
CMYK
RGB Variations
Color information
#64999E (or 0x64999E) is known color: Cadet Blue. HEX triplet: 64, 99 and 9E. RGB value is (100,153,158). Sum of RGB (Red+Green+Blue) = 100+153+158=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #64999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64999E is #9B6661. Grayscale: #898989. Windows color (decimal): -10184290 or 10393956. OLE color: 10393956.
HSL color Cylindrical-coordinate representation of color #64999E: hue angle of 185.17º 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 #64999E is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 153 | 158 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.38 |
| HSL | 185.17º | 0.23% | 0.51% | - |
| HSV(B) | 185.17º | 0.37% | 0.62% | - |
| XYZ | 22.82 | 27.96 | 36.54 | - |
| YUV | 137.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 158 | 0.37 | 0.03 | 0 | 0.38 | 185.17 | 0.23 | 0.51 |
| Hex | 64 | 99 | 9E | 25 | 3 | 0 | 26 | B9 | 17 | 33 |
| Octal | 144 | 231 | 236 | 45 | 3 | 0 | 46 | 271 | 27 | 63 |
| Binary | 1100100 | 10011001 | 10011110 | 100101 | 11 | 0 | 100110 | 10111001 | 10111 | 110011 |
Color Harmonies of #64999E
Complementary color
Monochromatic Colors of #64999E
Black with #64999E
Text Example
Text Example
White with #64999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64999E; }
p { color: rgb(100,153,158); }
H1.HeaderClassName
{
color: #64999E;
}
.AnyTagClassName
{
color: #64999E;
}
</style>
background-color css
<style>
a { background-color: #64999E; }
a { background-color: rgb(100,153,158); }
div.DivClassName
{
background-color: #64999E;
}
.BgClassName
{
background-color: #64999E;
}
</style>
border-color css
<style>
span { border-color: #64999E; }
span { border-color: rgb(100,153,158); }
td.TdClassName
{
border-color: #64999E;
}
.TagClassName
{
border-color: #64999E;
}
</style>