Shades of Waikawa Grey #64709B
Tints of Waikawa Grey #64709B
RGB
CMYK
RGB Variations
Color information
#64709B (or 0x64709B) is known color: Waikawa Grey. HEX triplet: 64, 70 and 9B. RGB value is (100,112,155). Sum of RGB (Red+Green+Blue) = 100+112+155=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #64709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64709B is #9B8F64. Grayscale: #717171. Windows color (decimal): -10194789 or 10186852. OLE color: 10186852.
HSL color Cylindrical-coordinate representation of color #64709B: hue angle of 226.91º 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 #64709B is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 112 | 155 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.39 |
| HSL | 226.91º | 0.22% | 0.5% | - |
| HSV(B) | 226.91º | 0.35% | 0.61% | - |
| XYZ | 16.97 | 16.66 | 33.33 | - |
| YUV | 113.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 155 | 0.35 | 0.28 | 0 | 0.39 | 226.91 | 0.22 | 0.5 |
| Hex | 64 | 70 | 9B | 23 | 1C | 0 | 27 | E3 | 16 | 32 |
| Octal | 144 | 160 | 233 | 43 | 34 | 0 | 47 | 343 | 26 | 62 |
| Binary | 1100100 | 1110000 | 10011011 | 100011 | 11100 | 0 | 100111 | 11100011 | 10110 | 110010 |
Color Harmonies of #64709B
Complementary color
Monochromatic Colors of #64709B
Black with #64709B
Text Example
Text Example
White with #64709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64709B; }
p { color: rgb(100,112,155); }
H1.HeaderClassName
{
color: #64709B;
}
.AnyTagClassName
{
color: #64709B;
}
</style>
background-color css
<style>
a { background-color: #64709B; }
a { background-color: rgb(100,112,155); }
div.DivClassName
{
background-color: #64709B;
}
.BgClassName
{
background-color: #64709B;
}
</style>
border-color css
<style>
span { border-color: #64709B; }
span { border-color: rgb(100,112,155); }
td.TdClassName
{
border-color: #64709B;
}
.TagClassName
{
border-color: #64709B;
}
</style>