Shades of Waikawa Grey #64709F
Tints of Waikawa Grey #64709F
RGB
CMYK
RGB Variations
Color information
#64709F (or 0x64709F) is known color: Waikawa Grey. HEX triplet: 64, 70 and 9F. RGB value is (100,112,159). Sum of RGB (Red+Green+Blue) = 100+112+159=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #64709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64709F is #9B8F60. Grayscale: #717171. Windows color (decimal): -10194785 or 10448996. OLE color: 10448996.
HSL color Cylindrical-coordinate representation of color #64709F: hue angle of 227.8º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64709F is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 112 | 159 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.38 |
| HSL | 227.8º | 0.24% | 0.51% | - |
| HSV(B) | 227.8º | 0.37% | 0.62% | - |
| XYZ | 17.31 | 16.8 | 35.13 | - |
| YUV | 113.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 159 | 0.37 | 0.30 | 0 | 0.38 | 227.8 | 0.24 | 0.51 |
| Hex | 64 | 70 | 9F | 25 | 1E | 0 | 26 | E4 | 18 | 33 |
| Octal | 144 | 160 | 237 | 45 | 36 | 0 | 46 | 344 | 30 | 63 |
| Binary | 1100100 | 1110000 | 10011111 | 100101 | 11110 | 0 | 100110 | 11100100 | 11000 | 110011 |
Color Harmonies of #64709F
Complementary color
Monochromatic Colors of #64709F
Black with #64709F
Text Example
Text Example
White with #64709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64709F; }
p { color: rgb(100,112,159); }
H1.HeaderClassName
{
color: #64709F;
}
.AnyTagClassName
{
color: #64709F;
}
</style>
background-color css
<style>
a { background-color: #64709F; }
a { background-color: rgb(100,112,159); }
div.DivClassName
{
background-color: #64709F;
}
.BgClassName
{
background-color: #64709F;
}
</style>
border-color css
<style>
span { border-color: #64709F; }
span { border-color: rgb(100,112,159); }
td.TdClassName
{
border-color: #64709F;
}
.TagClassName
{
border-color: #64709F;
}
</style>