Shades of Waikawa Grey #64789C
Tints of Waikawa Grey #64789C
RGB
CMYK
RGB Variations
Color information
#64789C (or 0x64789C) is known color: Waikawa Grey. HEX triplet: 64, 78 and 9C. RGB value is (100,120,156). Sum of RGB (Red+Green+Blue) = 100+120+156=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #64789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64789C is #9B8763. Grayscale: #757575. Windows color (decimal): -10192740 or 10254436. OLE color: 10254436.
HSL color Cylindrical-coordinate representation of color #64789C: hue angle of 218.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64789C is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 120 | 156 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.39 |
| HSL | 218.57º | 0.22% | 0.5% | - |
| HSV(B) | 218.57º | 0.36% | 0.61% | - |
| XYZ | 17.97 | 18.54 | 34.08 | - |
| YUV | 118.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 156 | 0.36 | 0.23 | 0 | 0.39 | 218.57 | 0.22 | 0.5 |
| Hex | 64 | 78 | 9C | 24 | 17 | 0 | 27 | DB | 16 | 32 |
| Octal | 144 | 170 | 234 | 44 | 27 | 0 | 47 | 333 | 26 | 62 |
| Binary | 1100100 | 1111000 | 10011100 | 100100 | 10111 | 0 | 100111 | 11011011 | 10110 | 110010 |
Color Harmonies of #64789C
Complementary color
Monochromatic Colors of #64789C
Black with #64789C
Text Example
Text Example
White with #64789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64789C; }
p { color: rgb(100,120,156); }
H1.HeaderClassName
{
color: #64789C;
}
.AnyTagClassName
{
color: #64789C;
}
</style>
background-color css
<style>
a { background-color: #64789C; }
a { background-color: rgb(100,120,156); }
div.DivClassName
{
background-color: #64789C;
}
.BgClassName
{
background-color: #64789C;
}
</style>
border-color css
<style>
span { border-color: #64789C; }
span { border-color: rgb(100,120,156); }
td.TdClassName
{
border-color: #64789C;
}
.TagClassName
{
border-color: #64789C;
}
</style>