Shades of Cadet Blue #64959B
Tints of Cadet Blue #64959B
RGB
CMYK
RGB Variations
Color information
#64959B (or 0x64959B) is known color: Cadet Blue. HEX triplet: 64, 95 and 9B. RGB value is (100,149,155). Sum of RGB (Red+Green+Blue) = 100+149+155=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #64959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64959B is #9B6A64. Grayscale: #868686. Windows color (decimal): -10185317 or 10196324. OLE color: 10196324.
HSL color Cylindrical-coordinate representation of color #64959B: hue angle of 186.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64959B is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 149 | 155 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.39 |
| HSL | 186.55º | 0.22% | 0.5% | - |
| HSV(B) | 186.55º | 0.35% | 0.61% | - |
| XYZ | 21.92 | 26.57 | 34.98 | - |
| YUV | 135.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 155 | 0.35 | 0.04 | 0 | 0.39 | 186.55 | 0.22 | 0.5 |
| Hex | 64 | 95 | 9B | 23 | 4 | 0 | 27 | BB | 16 | 32 |
| Octal | 144 | 225 | 233 | 43 | 4 | 0 | 47 | 273 | 26 | 62 |
| Binary | 1100100 | 10010101 | 10011011 | 100011 | 100 | 0 | 100111 | 10111011 | 10110 | 110010 |
Color Harmonies of #64959B
Complementary color
Monochromatic Colors of #64959B
Black with #64959B
Text Example
Text Example
White with #64959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64959B; }
p { color: rgb(100,149,155); }
H1.HeaderClassName
{
color: #64959B;
}
.AnyTagClassName
{
color: #64959B;
}
</style>
background-color css
<style>
a { background-color: #64959B; }
a { background-color: rgb(100,149,155); }
div.DivClassName
{
background-color: #64959B;
}
.BgClassName
{
background-color: #64959B;
}
</style>
border-color css
<style>
span { border-color: #64959B; }
span { border-color: rgb(100,149,155); }
td.TdClassName
{
border-color: #64959B;
}
.TagClassName
{
border-color: #64959B;
}
</style>