Shades of Waikawa Grey #646E93
Tints of Waikawa Grey #646E93
RGB
CMYK
RGB Variations
Color information
#646E93 (or 0x646E93) is known color: Waikawa Grey. HEX triplet: 64, 6E and 93. RGB value is (100,110,147). Sum of RGB (Red+Green+Blue) = 100+110+147=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #646E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646E93 is #9B916C. Grayscale: #6F6F6F. Windows color (decimal): -10195309 or 9662052. OLE color: 9662052.
HSL color Cylindrical-coordinate representation of color #646E93: hue angle of 227.23º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #646E93 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 110 | 147 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.42 |
| HSL | 227.23º | 0.19% | 0.48% | - |
| HSV(B) | 227.23º | 0.32% | 0.58% | - |
| XYZ | 16.1 | 15.97 | 29.84 | - |
| YUV | 111.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 147 | 0.32 | 0.25 | 0 | 0.42 | 227.23 | 0.19 | 0.48 |
| Hex | 64 | 6E | 93 | 20 | 19 | 0 | 2A | E3 | 13 | 30 |
| Octal | 144 | 156 | 223 | 40 | 31 | 0 | 52 | 343 | 23 | 60 |
| Binary | 1100100 | 1101110 | 10010011 | 100000 | 11001 | 0 | 101010 | 11100011 | 10011 | 110000 |
Color Harmonies of #646E93
Complementary color
Monochromatic Colors of #646E93
Black with #646E93
Text Example
Text Example
White with #646E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E93; }
p { color: rgb(100,110,147); }
H1.HeaderClassName
{
color: #646E93;
}
.AnyTagClassName
{
color: #646E93;
}
</style>
background-color css
<style>
a { background-color: #646E93; }
a { background-color: rgb(100,110,147); }
div.DivClassName
{
background-color: #646E93;
}
.BgClassName
{
background-color: #646E93;
}
</style>
border-color css
<style>
span { border-color: #646E93; }
span { border-color: rgb(100,110,147); }
td.TdClassName
{
border-color: #646E93;
}
.TagClassName
{
border-color: #646E93;
}
</style>