Shades of Cadet Blue #64A0AB
Tints of Cadet Blue #64A0AB
RGB
CMYK
RGB Variations
Color information
#64A0AB (or 0x64A0AB) is known color: Cadet Blue. HEX triplet: 64, A0 and AB. RGB value is (100,160,171). Sum of RGB (Red+Green+Blue) = 100+160+171=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #64A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A0AB is #9B5F54. Grayscale: #8F8F8F. Windows color (decimal): -10182485 or 11247716. OLE color: 11247716.
HSL color Cylindrical-coordinate representation of color #64A0AB: hue angle of 189.3º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64A0AB is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 160 | 171 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.33 |
| HSL | 189.3º | 0.3% | 0.53% | - |
| HSV(B) | 189.3º | 0.42% | 0.67% | - |
| XYZ | 25.18 | 30.79 | 43.14 | - |
| YUV | 143.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 171 | 0.42 | 0.06 | 0 | 0.33 | 189.3 | 0.3 | 0.53 |
| Hex | 64 | A0 | AB | 2A | 6 | 0 | 21 | BD | 1E | 35 |
| Octal | 144 | 240 | 253 | 52 | 6 | 0 | 41 | 275 | 36 | 65 |
| Binary | 1100100 | 10100000 | 10101011 | 101010 | 110 | 0 | 100001 | 10111101 | 11110 | 110101 |
Color Harmonies of #64A0AB
Complementary color
Monochromatic Colors of #64A0AB
Black with #64A0AB
Text Example
Text Example
White with #64A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A0AB; }
p { color: rgb(100,160,171); }
H1.HeaderClassName
{
color: #64A0AB;
}
.AnyTagClassName
{
color: #64A0AB;
}
</style>
background-color css
<style>
a { background-color: #64A0AB; }
a { background-color: rgb(100,160,171); }
div.DivClassName
{
background-color: #64A0AB;
}
.BgClassName
{
background-color: #64A0AB;
}
</style>
border-color css
<style>
span { border-color: #64A0AB; }
span { border-color: rgb(100,160,171); }
td.TdClassName
{
border-color: #64A0AB;
}
.TagClassName
{
border-color: #64A0AB;
}
</style>