Shades of Waikawa Grey #64718D
Tints of Waikawa Grey #64718D
RGB
CMYK
RGB Variations
Color information
#64718D (or 0x64718D) is known color: Waikawa Grey. HEX triplet: 64, 71 and 8D. RGB value is (100,113,141). Sum of RGB (Red+Green+Blue) = 100+113+141=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #64718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64718D is #9B8E72. Grayscale: #707070. Windows color (decimal): -10194547 or 9269604. OLE color: 9269604.
HSL color Cylindrical-coordinate representation of color #64718D: hue angle of 220.98º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64718D is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 113 | 141 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.45 |
| HSL | 220.98º | 0.17% | 0.47% | - |
| HSV(B) | 220.98º | 0.29% | 0.55% | - |
| XYZ | 15.97 | 16.44 | 27.53 | - |
| YUV | 112.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 141 | 0.29 | 0.20 | 0 | 0.45 | 220.98 | 0.17 | 0.47 |
| Hex | 64 | 71 | 8D | 1D | 14 | 0 | 2D | DD | 11 | 2F |
| Octal | 144 | 161 | 215 | 35 | 24 | 0 | 55 | 335 | 21 | 57 |
| Binary | 1100100 | 1110001 | 10001101 | 11101 | 10100 | 0 | 101101 | 11011101 | 10001 | 101111 |
Color Harmonies of #64718D
Complementary color
Monochromatic Colors of #64718D
Black with #64718D
Text Example
Text Example
White with #64718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64718D; }
p { color: rgb(100,113,141); }
H1.HeaderClassName
{
color: #64718D;
}
.AnyTagClassName
{
color: #64718D;
}
</style>
background-color css
<style>
a { background-color: #64718D; }
a { background-color: rgb(100,113,141); }
div.DivClassName
{
background-color: #64718D;
}
.BgClassName
{
background-color: #64718D;
}
</style>
border-color css
<style>
span { border-color: #64718D; }
span { border-color: rgb(100,113,141); }
td.TdClassName
{
border-color: #64718D;
}
.TagClassName
{
border-color: #64718D;
}
</style>