Shades of Cadet Blue #64969D
Tints of Cadet Blue #64969D
RGB
CMYK
RGB Variations
Color information
#64969D (or 0x64969D) is known color: Cadet Blue. HEX triplet: 64, 96 and 9D. RGB value is (100,150,157). Sum of RGB (Red+Green+Blue) = 100+150+157=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #64969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64969D is #9B6962. Grayscale: #878787. Windows color (decimal): -10185059 or 10327652. OLE color: 10327652.
HSL color Cylindrical-coordinate representation of color #64969D: hue angle of 187.37º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64969D is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 150 | 157 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.38 |
| HSL | 187.37º | 0.23% | 0.5% | - |
| HSV(B) | 187.37º | 0.36% | 0.62% | - |
| XYZ | 22.25 | 26.96 | 35.93 | - |
| YUV | 135.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 157 | 0.36 | 0.04 | 0 | 0.38 | 187.37 | 0.23 | 0.5 |
| Hex | 64 | 96 | 9D | 24 | 4 | 0 | 26 | BB | 17 | 32 |
| Octal | 144 | 226 | 235 | 44 | 4 | 0 | 46 | 273 | 27 | 62 |
| Binary | 1100100 | 10010110 | 10011101 | 100100 | 100 | 0 | 100110 | 10111011 | 10111 | 110010 |
Color Harmonies of #64969D
Complementary color
Monochromatic Colors of #64969D
Black with #64969D
Text Example
Text Example
White with #64969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64969D; }
p { color: rgb(100,150,157); }
H1.HeaderClassName
{
color: #64969D;
}
.AnyTagClassName
{
color: #64969D;
}
</style>
background-color css
<style>
a { background-color: #64969D; }
a { background-color: rgb(100,150,157); }
div.DivClassName
{
background-color: #64969D;
}
.BgClassName
{
background-color: #64969D;
}
</style>
border-color css
<style>
span { border-color: #64969D; }
span { border-color: rgb(100,150,157); }
td.TdClassName
{
border-color: #64969D;
}
.TagClassName
{
border-color: #64969D;
}
</style>