Shades of Cadet Blue #64969C
Tints of Cadet Blue #64969C
RGB
CMYK
RGB Variations
Color information
#64969C (or 0x64969C) is known color: Cadet Blue. HEX triplet: 64, 96 and 9C. RGB value is (100,150,156). Sum of RGB (Red+Green+Blue) = 100+150+156=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #64969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64969C is #9B6963. Grayscale: #878787. Windows color (decimal): -10185060 or 10262116. OLE color: 10262116.
HSL color Cylindrical-coordinate representation of color #64969C: hue angle of 186.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64969C is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 150 | 156 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.39 |
| HSL | 186.43º | 0.22% | 0.5% | - |
| HSV(B) | 186.43º | 0.36% | 0.61% | - |
| XYZ | 22.16 | 26.92 | 35.48 | - |
| YUV | 135.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 156 | 0.36 | 0.04 | 0 | 0.39 | 186.43 | 0.22 | 0.5 |
| Hex | 64 | 96 | 9C | 24 | 4 | 0 | 27 | BA | 16 | 32 |
| Octal | 144 | 226 | 234 | 44 | 4 | 0 | 47 | 272 | 26 | 62 |
| Binary | 1100100 | 10010110 | 10011100 | 100100 | 100 | 0 | 100111 | 10111010 | 10110 | 110010 |
Color Harmonies of #64969C
Complementary color
Monochromatic Colors of #64969C
Black with #64969C
Text Example
Text Example
White with #64969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64969C; }
p { color: rgb(100,150,156); }
H1.HeaderClassName
{
color: #64969C;
}
.AnyTagClassName
{
color: #64969C;
}
</style>
background-color css
<style>
a { background-color: #64969C; }
a { background-color: rgb(100,150,156); }
div.DivClassName
{
background-color: #64969C;
}
.BgClassName
{
background-color: #64969C;
}
</style>
border-color css
<style>
span { border-color: #64969C; }
span { border-color: rgb(100,150,156); }
td.TdClassName
{
border-color: #64969C;
}
.TagClassName
{
border-color: #64969C;
}
</style>