Shades of Waikawa Grey #64718C
Tints of Waikawa Grey #64718C
RGB
CMYK
RGB Variations
Color information
#64718C (or 0x64718C) is known color: Waikawa Grey. HEX triplet: 64, 71 and 8C. RGB value is (100,113,140). Sum of RGB (Red+Green+Blue) = 100+113+140=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #64718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64718C is #9B8E73. Grayscale: #707070. Windows color (decimal): -10194548 or 9204068. OLE color: 9204068.
HSL color Cylindrical-coordinate representation of color #64718C: hue angle of 220.5º 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 #64718C is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 113 | 140 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.45 |
| HSL | 220.5º | 0.17% | 0.47% | - |
| HSV(B) | 220.5º | 0.29% | 0.55% | - |
| XYZ | 15.89 | 16.41 | 27.14 | - |
| YUV | 112.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 140 | 0.29 | 0.19 | 0 | 0.45 | 220.5 | 0.17 | 0.47 |
| Hex | 64 | 71 | 8C | 1D | 13 | 0 | 2D | DC | 11 | 2F |
| Octal | 144 | 161 | 214 | 35 | 23 | 0 | 55 | 334 | 21 | 57 |
| Binary | 1100100 | 1110001 | 10001100 | 11101 | 10011 | 0 | 101101 | 11011100 | 10001 | 101111 |
Color Harmonies of #64718C
Complementary color
Monochromatic Colors of #64718C
Black with #64718C
Text Example
Text Example
White with #64718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64718C; }
p { color: rgb(100,113,140); }
H1.HeaderClassName
{
color: #64718C;
}
.AnyTagClassName
{
color: #64718C;
}
</style>
background-color css
<style>
a { background-color: #64718C; }
a { background-color: rgb(100,113,140); }
div.DivClassName
{
background-color: #64718C;
}
.BgClassName
{
background-color: #64718C;
}
</style>
border-color css
<style>
span { border-color: #64718C; }
span { border-color: rgb(100,113,140); }
td.TdClassName
{
border-color: #64718C;
}
.TagClassName
{
border-color: #64718C;
}
</style>