Shades of Cadet Blue #64979B
Tints of Cadet Blue #64979B
RGB
CMYK
RGB Variations
Color information
#64979B (or 0x64979B) is known color: Cadet Blue. HEX triplet: 64, 97 and 9B. RGB value is (100,151,155). Sum of RGB (Red+Green+Blue) = 100+151+155=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #64979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64979B is #9B6864. Grayscale: #888888. Windows color (decimal): -10184805 or 10196836. OLE color: 10196836.
HSL color Cylindrical-coordinate representation of color #64979B: hue angle of 184.36º 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 #64979B is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 151 | 155 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.39 |
| HSL | 184.36º | 0.22% | 0.5% | - |
| HSV(B) | 184.36º | 0.35% | 0.61% | - |
| XYZ | 22.24 | 27.21 | 35.09 | - |
| YUV | 136.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 155 | 0.35 | 0.03 | 0 | 0.39 | 184.36 | 0.22 | 0.5 |
| Hex | 64 | 97 | 9B | 23 | 3 | 0 | 27 | B8 | 16 | 32 |
| Octal | 144 | 227 | 233 | 43 | 3 | 0 | 47 | 270 | 26 | 62 |
| Binary | 1100100 | 10010111 | 10011011 | 100011 | 11 | 0 | 100111 | 10111000 | 10110 | 110010 |
Color Harmonies of #64979B
Complementary color
Monochromatic Colors of #64979B
Black with #64979B
Text Example
Text Example
White with #64979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64979B; }
p { color: rgb(100,151,155); }
H1.HeaderClassName
{
color: #64979B;
}
.AnyTagClassName
{
color: #64979B;
}
</style>
background-color css
<style>
a { background-color: #64979B; }
a { background-color: rgb(100,151,155); }
div.DivClassName
{
background-color: #64979B;
}
.BgClassName
{
background-color: #64979B;
}
</style>
border-color css
<style>
span { border-color: #64979B; }
span { border-color: rgb(100,151,155); }
td.TdClassName
{
border-color: #64979B;
}
.TagClassName
{
border-color: #64979B;
}
</style>