Shades of Waikawa Grey #64799D
Tints of Waikawa Grey #64799D
RGB
CMYK
RGB Variations
Color information
#64799D (or 0x64799D) is known color: Waikawa Grey. HEX triplet: 64, 79 and 9D. RGB value is (100,121,157). Sum of RGB (Red+Green+Blue) = 100+121+157=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #64799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64799D is #9B8662. Grayscale: #767676. Windows color (decimal): -10192483 or 10320228. OLE color: 10320228.
HSL color Cylindrical-coordinate representation of color #64799D: hue angle of 217.89º 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 #64799D is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 121 | 157 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.38 |
| HSL | 217.89º | 0.23% | 0.5% | - |
| HSV(B) | 217.89º | 0.36% | 0.62% | - |
| XYZ | 18.18 | 18.82 | 34.57 | - |
| YUV | 118.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 157 | 0.36 | 0.23 | 0 | 0.38 | 217.89 | 0.23 | 0.5 |
| Hex | 64 | 79 | 9D | 24 | 17 | 0 | 26 | DA | 17 | 32 |
| Octal | 144 | 171 | 235 | 44 | 27 | 0 | 46 | 332 | 27 | 62 |
| Binary | 1100100 | 1111001 | 10011101 | 100100 | 10111 | 0 | 100110 | 11011010 | 10111 | 110010 |
Color Harmonies of #64799D
Complementary color
Monochromatic Colors of #64799D
Black with #64799D
Text Example
Text Example
White with #64799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64799D; }
p { color: rgb(100,121,157); }
H1.HeaderClassName
{
color: #64799D;
}
.AnyTagClassName
{
color: #64799D;
}
</style>
background-color css
<style>
a { background-color: #64799D; }
a { background-color: rgb(100,121,157); }
div.DivClassName
{
background-color: #64799D;
}
.BgClassName
{
background-color: #64799D;
}
</style>
border-color css
<style>
span { border-color: #64799D; }
span { border-color: rgb(100,121,157); }
td.TdClassName
{
border-color: #64799D;
}
.TagClassName
{
border-color: #64799D;
}
</style>