Shades of Waikawa Grey #64789D
Tints of Waikawa Grey #64789D
RGB
CMYK
RGB Variations
Color information
#64789D (or 0x64789D) is known color: Waikawa Grey. HEX triplet: 64, 78 and 9D. RGB value is (100,120,157). Sum of RGB (Red+Green+Blue) = 100+120+157=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #64789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64789D is #9B8762. Grayscale: #767676. Windows color (decimal): -10192739 or 10319972. OLE color: 10319972.
HSL color Cylindrical-coordinate representation of color #64789D: hue angle of 218.95º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64789D is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 120 | 157 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.38 |
| HSL | 218.95º | 0.23% | 0.5% | - |
| HSV(B) | 218.95º | 0.36% | 0.62% | - |
| XYZ | 18.06 | 18.58 | 34.53 | - |
| YUV | 118.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 157 | 0.36 | 0.24 | 0 | 0.38 | 218.95 | 0.23 | 0.5 |
| Hex | 64 | 78 | 9D | 24 | 18 | 0 | 26 | DB | 17 | 32 |
| Octal | 144 | 170 | 235 | 44 | 30 | 0 | 46 | 333 | 27 | 62 |
| Binary | 1100100 | 1111000 | 10011101 | 100100 | 11000 | 0 | 100110 | 11011011 | 10111 | 110010 |
Color Harmonies of #64789D
Complementary color
Monochromatic Colors of #64789D
Black with #64789D
Text Example
Text Example
White with #64789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64789D; }
p { color: rgb(100,120,157); }
H1.HeaderClassName
{
color: #64789D;
}
.AnyTagClassName
{
color: #64789D;
}
</style>
background-color css
<style>
a { background-color: #64789D; }
a { background-color: rgb(100,120,157); }
div.DivClassName
{
background-color: #64789D;
}
.BgClassName
{
background-color: #64789D;
}
</style>
border-color css
<style>
span { border-color: #64789D; }
span { border-color: rgb(100,120,157); }
td.TdClassName
{
border-color: #64789D;
}
.TagClassName
{
border-color: #64789D;
}
</style>