Shades of Cadet Blue #64959A
Tints of Cadet Blue #64959A
RGB
CMYK
RGB Variations
Color information
#64959A (or 0x64959A) is known color: Cadet Blue. HEX triplet: 64, 95 and 9A. RGB value is (100,149,154). Sum of RGB (Red+Green+Blue) = 100+149+154=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #64959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64959A is #9B6A65. Grayscale: #868686. Windows color (decimal): -10185318 or 10130788. OLE color: 10130788.
HSL color Cylindrical-coordinate representation of color #64959A: hue angle of 185.56º 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 #64959A is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 149 | 154 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.40 |
| HSL | 185.56º | 0.21% | 0.5% | - |
| HSV(B) | 185.56º | 0.35% | 0.6% | - |
| XYZ | 21.84 | 26.54 | 34.54 | - |
| YUV | 134.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 154 | 0.35 | 0.03 | 0 | 0.40 | 185.56 | 0.21 | 0.5 |
| Hex | 64 | 95 | 9A | 23 | 3 | 0 | 28 | BA | 15 | 32 |
| Octal | 144 | 225 | 232 | 43 | 3 | 0 | 50 | 272 | 25 | 62 |
| Binary | 1100100 | 10010101 | 10011010 | 100011 | 11 | 0 | 101000 | 10111010 | 10101 | 110010 |
Color Harmonies of #64959A
Complementary color
Monochromatic Colors of #64959A
Black with #64959A
Text Example
Text Example
White with #64959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64959A; }
p { color: rgb(100,149,154); }
H1.HeaderClassName
{
color: #64959A;
}
.AnyTagClassName
{
color: #64959A;
}
</style>
background-color css
<style>
a { background-color: #64959A; }
a { background-color: rgb(100,149,154); }
div.DivClassName
{
background-color: #64959A;
}
.BgClassName
{
background-color: #64959A;
}
</style>
border-color css
<style>
span { border-color: #64959A; }
span { border-color: rgb(100,149,154); }
td.TdClassName
{
border-color: #64959A;
}
.TagClassName
{
border-color: #64959A;
}
</style>