Shades of Waikawa Grey #64769C
Tints of Waikawa Grey #64769C
RGB
CMYK
RGB Variations
Color information
#64769C (or 0x64769C) is known color: Waikawa Grey. HEX triplet: 64, 76 and 9C. RGB value is (100,118,156). Sum of RGB (Red+Green+Blue) = 100+118+156=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #64769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64769C is #9B8963. Grayscale: #747474. Windows color (decimal): -10193252 or 10253924. OLE color: 10253924.
HSL color Cylindrical-coordinate representation of color #64769C: hue angle of 220.71º 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 #64769C is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 118 | 156 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.39 |
| HSL | 220.71º | 0.22% | 0.5% | - |
| HSV(B) | 220.71º | 0.36% | 0.61% | - |
| XYZ | 17.73 | 18.07 | 34 | - |
| YUV | 116.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 156 | 0.36 | 0.24 | 0 | 0.39 | 220.71 | 0.22 | 0.5 |
| Hex | 64 | 76 | 9C | 24 | 18 | 0 | 27 | DD | 16 | 32 |
| Octal | 144 | 166 | 234 | 44 | 30 | 0 | 47 | 335 | 26 | 62 |
| Binary | 1100100 | 1110110 | 10011100 | 100100 | 11000 | 0 | 100111 | 11011101 | 10110 | 110010 |
Color Harmonies of #64769C
Complementary color
Monochromatic Colors of #64769C
Black with #64769C
Text Example
Text Example
White with #64769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64769C; }
p { color: rgb(100,118,156); }
H1.HeaderClassName
{
color: #64769C;
}
.AnyTagClassName
{
color: #64769C;
}
</style>
background-color css
<style>
a { background-color: #64769C; }
a { background-color: rgb(100,118,156); }
div.DivClassName
{
background-color: #64769C;
}
.BgClassName
{
background-color: #64769C;
}
</style>
border-color css
<style>
span { border-color: #64769C; }
span { border-color: rgb(100,118,156); }
td.TdClassName
{
border-color: #64769C;
}
.TagClassName
{
border-color: #64769C;
}
</style>