Shades of Waikawa Grey #64789A
Tints of Waikawa Grey #64789A
RGB
CMYK
RGB Variations
Color information
#64789A (or 0x64789A) is known color: Waikawa Grey. HEX triplet: 64, 78 and 9A. RGB value is (100,120,154). Sum of RGB (Red+Green+Blue) = 100+120+154=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #64789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64789A is #9B8765. Grayscale: #757575. Windows color (decimal): -10192742 or 10123364. OLE color: 10123364.
HSL color Cylindrical-coordinate representation of color #64789A: hue angle of 217.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64789A is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 120 | 154 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.40 |
| HSL | 217.78º | 0.21% | 0.5% | - |
| HSV(B) | 217.78º | 0.35% | 0.6% | - |
| XYZ | 17.8 | 18.48 | 33.2 | - |
| YUV | 117.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 154 | 0.35 | 0.22 | 0 | 0.40 | 217.78 | 0.21 | 0.5 |
| Hex | 64 | 78 | 9A | 23 | 16 | 0 | 28 | DA | 15 | 32 |
| Octal | 144 | 170 | 232 | 43 | 26 | 0 | 50 | 332 | 25 | 62 |
| Binary | 1100100 | 1111000 | 10011010 | 100011 | 10110 | 0 | 101000 | 11011010 | 10101 | 110010 |
Color Harmonies of #64789A
Complementary color
Monochromatic Colors of #64789A
Black with #64789A
Text Example
Text Example
White with #64789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64789A; }
p { color: rgb(100,120,154); }
H1.HeaderClassName
{
color: #64789A;
}
.AnyTagClassName
{
color: #64789A;
}
</style>
background-color css
<style>
a { background-color: #64789A; }
a { background-color: rgb(100,120,154); }
div.DivClassName
{
background-color: #64789A;
}
.BgClassName
{
background-color: #64789A;
}
</style>
border-color css
<style>
span { border-color: #64789A; }
span { border-color: rgb(100,120,154); }
td.TdClassName
{
border-color: #64789A;
}
.TagClassName
{
border-color: #64789A;
}
</style>