Shades of Cadet Blue #64A195
Tints of Cadet Blue #64A195
RGB
CMYK
RGB Variations
Color information
#64A195 (or 0x64A195) is known color: Cadet Blue. HEX triplet: 64, A1 and 95. RGB value is (100,161,149). Sum of RGB (Red+Green+Blue) = 100+161+149=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #64A195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A195 is #9B5E6A. Grayscale: #8D8D8D. Windows color (decimal): -10182251 or 9806180. OLE color: 9806180.
HSL color Cylindrical-coordinate representation of color #64A195: hue angle of 168.2º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A195 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 161 | 149 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.37 |
| HSL | 168.2º | 0.24% | 0.51% | - |
| HSV(B) | 168.2º | 0.38% | 0.63% | - |
| XYZ | 23.43 | 30.37 | 33.06 | - |
| YUV | 141.39 | 132.29 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 161 | 149 | 0.38 | 0 | 0.07 | 0.37 | 168.2 | 0.24 | 0.51 |
| Hex | 64 | A1 | 95 | 26 | 0 | 7 | 25 | A8 | 18 | 33 |
| Octal | 144 | 241 | 225 | 46 | 0 | 7 | 45 | 250 | 30 | 63 |
| Binary | 1100100 | 10100001 | 10010101 | 100110 | 0 | 111 | 100101 | 10101000 | 11000 | 110011 |
Color Harmonies of #64A195
Complementary color
Monochromatic Colors of #64A195
Black with #64A195
Text Example
Text Example
White with #64A195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A195; }
p { color: rgb(100,161,149); }
H1.HeaderClassName
{
color: #64A195;
}
.AnyTagClassName
{
color: #64A195;
}
</style>
background-color css
<style>
a { background-color: #64A195; }
a { background-color: rgb(100,161,149); }
div.DivClassName
{
background-color: #64A195;
}
.BgClassName
{
background-color: #64A195;
}
</style>
border-color css
<style>
span { border-color: #64A195; }
span { border-color: rgb(100,161,149); }
td.TdClassName
{
border-color: #64A195;
}
.TagClassName
{
border-color: #64A195;
}
</style>