Shades of Waikawa Grey #646E88
Tints of Waikawa Grey #646E88
RGB
CMYK
RGB Variations
Color information
#646E88 (or 0x646E88) is known color: Waikawa Grey. HEX triplet: 64, 6E and 88. RGB value is (100,110,136). Sum of RGB (Red+Green+Blue) = 100+110+136=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #646E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646E88 is #9B9177. Grayscale: #6D6D6D. Windows color (decimal): -10195320 or 8941156. OLE color: 8941156.
HSL color Cylindrical-coordinate representation of color #646E88: hue angle of 223.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #646E88 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 110 | 136 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.47 |
| HSL | 223.33º | 0.15% | 0.46% | - |
| HSV(B) | 223.33º | 0.26% | 0.53% | - |
| XYZ | 15.28 | 15.64 | 25.51 | - |
| YUV | 109.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 136 | 0.26 | 0.19 | 0 | 0.47 | 223.33 | 0.15 | 0.46 |
| Hex | 64 | 6E | 88 | 1A | 13 | 0 | 2F | DF | F | 2E |
| Octal | 144 | 156 | 210 | 32 | 23 | 0 | 57 | 337 | 17 | 56 |
| Binary | 1100100 | 1101110 | 10001000 | 11010 | 10011 | 0 | 101111 | 11011111 | 1111 | 101110 |
Color Harmonies of #646E88
Complementary color
Monochromatic Colors of #646E88
Black with #646E88
Text Example
Text Example
White with #646E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E88; }
p { color: rgb(100,110,136); }
H1.HeaderClassName
{
color: #646E88;
}
.AnyTagClassName
{
color: #646E88;
}
</style>
background-color css
<style>
a { background-color: #646E88; }
a { background-color: rgb(100,110,136); }
div.DivClassName
{
background-color: #646E88;
}
.BgClassName
{
background-color: #646E88;
}
</style>
border-color css
<style>
span { border-color: #646E88; }
span { border-color: rgb(100,110,136); }
td.TdClassName
{
border-color: #646E88;
}
.TagClassName
{
border-color: #646E88;
}
</style>