Shades of Cadet Blue #64A299
Tints of Cadet Blue #64A299
RGB
CMYK
RGB Variations
Color information
#64A299 (or 0x64A299) is known color: Cadet Blue. HEX triplet: 64, A2 and 99. RGB value is (100,162,153). Sum of RGB (Red+Green+Blue) = 100+162+153=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #64A299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A299 is #9B5D66. Grayscale: #8E8E8E. Windows color (decimal): -10181991 or 10068580. OLE color: 10068580.
HSL color Cylindrical-coordinate representation of color #64A299: hue angle of 171.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A299 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 162 | 153 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.36 |
| HSL | 171.29º | 0.25% | 0.51% | - |
| HSV(B) | 171.29º | 0.38% | 0.64% | - |
| XYZ | 23.93 | 30.85 | 34.83 | - |
| YUV | 142.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 162 | 153 | 0.38 | 0 | 0.06 | 0.36 | 171.29 | 0.25 | 0.51 |
| Hex | 64 | A2 | 99 | 26 | 0 | 6 | 24 | AB | 19 | 33 |
| Octal | 144 | 242 | 231 | 46 | 0 | 6 | 44 | 253 | 31 | 63 |
| Binary | 1100100 | 10100010 | 10011001 | 100110 | 0 | 110 | 100100 | 10101011 | 11001 | 110011 |
Color Harmonies of #64A299
Complementary color
Monochromatic Colors of #64A299
Black with #64A299
Text Example
Text Example
White with #64A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A299; }
p { color: rgb(100,162,153); }
H1.HeaderClassName
{
color: #64A299;
}
.AnyTagClassName
{
color: #64A299;
}
</style>
background-color css
<style>
a { background-color: #64A299; }
a { background-color: rgb(100,162,153); }
div.DivClassName
{
background-color: #64A299;
}
.BgClassName
{
background-color: #64A299;
}
</style>
border-color css
<style>
span { border-color: #64A299; }
span { border-color: rgb(100,162,153); }
td.TdClassName
{
border-color: #64A299;
}
.TagClassName
{
border-color: #64A299;
}
</style>