Shades of Waikawa Grey #64738B
Tints of Waikawa Grey #64738B
RGB
CMYK
RGB Variations
Color information
#64738B (or 0x64738B) is known color: Waikawa Grey. HEX triplet: 64, 73 and 8B. RGB value is (100,115,139). Sum of RGB (Red+Green+Blue) = 100+115+139=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #64738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64738B is #9B8C74. Grayscale: #717171. Windows color (decimal): -10194037 or 9139044. OLE color: 9139044.
HSL color Cylindrical-coordinate representation of color #64738B: hue angle of 216.92º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64738B is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 115 | 139 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.45 |
| HSL | 216.92º | 0.16% | 0.47% | - |
| HSV(B) | 216.92º | 0.28% | 0.55% | - |
| XYZ | 16.05 | 16.83 | 26.83 | - |
| YUV | 113.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 139 | 0.28 | 0.17 | 0 | 0.45 | 216.92 | 0.16 | 0.47 |
| Hex | 64 | 73 | 8B | 1C | 11 | 0 | 2D | D9 | 10 | 2F |
| Octal | 144 | 163 | 213 | 34 | 21 | 0 | 55 | 331 | 20 | 57 |
| Binary | 1100100 | 1110011 | 10001011 | 11100 | 10001 | 0 | 101101 | 11011001 | 10000 | 101111 |
Color Harmonies of #64738B
Complementary color
Monochromatic Colors of #64738B
Black with #64738B
Text Example
Text Example
White with #64738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64738B; }
p { color: rgb(100,115,139); }
H1.HeaderClassName
{
color: #64738B;
}
.AnyTagClassName
{
color: #64738B;
}
</style>
background-color css
<style>
a { background-color: #64738B; }
a { background-color: rgb(100,115,139); }
div.DivClassName
{
background-color: #64738B;
}
.BgClassName
{
background-color: #64738B;
}
</style>
border-color css
<style>
span { border-color: #64738B; }
span { border-color: rgb(100,115,139); }
td.TdClassName
{
border-color: #64738B;
}
.TagClassName
{
border-color: #64738B;
}
</style>