Shades of Waikawa Grey #64729B
Tints of Waikawa Grey #64729B
RGB
CMYK
RGB Variations
Color information
#64729B (or 0x64729B) is known color: Waikawa Grey. HEX triplet: 64, 72 and 9B. RGB value is (100,114,155). Sum of RGB (Red+Green+Blue) = 100+114+155=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #64729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64729B is #9B8D64. Grayscale: #727272. Windows color (decimal): -10194277 or 10187364. OLE color: 10187364.
HSL color Cylindrical-coordinate representation of color #64729B: hue angle of 224.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64729B is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 114 | 155 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.39 |
| HSL | 224.73º | 0.22% | 0.5% | - |
| HSV(B) | 224.73º | 0.35% | 0.61% | - |
| XYZ | 17.19 | 17.11 | 33.41 | - |
| YUV | 114.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 155 | 0.35 | 0.26 | 0 | 0.39 | 224.73 | 0.22 | 0.5 |
| Hex | 64 | 72 | 9B | 23 | 1A | 0 | 27 | E1 | 16 | 32 |
| Octal | 144 | 162 | 233 | 43 | 32 | 0 | 47 | 341 | 26 | 62 |
| Binary | 1100100 | 1110010 | 10011011 | 100011 | 11010 | 0 | 100111 | 11100001 | 10110 | 110010 |
Color Harmonies of #64729B
Complementary color
Monochromatic Colors of #64729B
Black with #64729B
Text Example
Text Example
White with #64729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64729B; }
p { color: rgb(100,114,155); }
H1.HeaderClassName
{
color: #64729B;
}
.AnyTagClassName
{
color: #64729B;
}
</style>
background-color css
<style>
a { background-color: #64729B; }
a { background-color: rgb(100,114,155); }
div.DivClassName
{
background-color: #64729B;
}
.BgClassName
{
background-color: #64729B;
}
</style>
border-color css
<style>
span { border-color: #64729B; }
span { border-color: rgb(100,114,155); }
td.TdClassName
{
border-color: #64729B;
}
.TagClassName
{
border-color: #64729B;
}
</style>