Shades of Waikawa Grey #656E88
Tints of Waikawa Grey #656E88
RGB
CMYK
RGB Variations
Color information
#656E88 (or 0x656E88) is known color: Waikawa Grey. HEX triplet: 65, 6E and 88. RGB value is (101,110,136). Sum of RGB (Red+Green+Blue) = 101+110+136=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #656E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656E88 is #9A9177. Grayscale: #6E6E6E. Windows color (decimal): -10129784 or 8941157. OLE color: 8941157.
HSL color Cylindrical-coordinate representation of color #656E88: hue angle of 224.57º 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 #656E88 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 110 | 136 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.47 |
| HSL | 224.57º | 0.15% | 0.46% | - |
| HSV(B) | 224.57º | 0.26% | 0.53% | - |
| XYZ | 15.39 | 15.7 | 25.51 | - |
| YUV | 110.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 136 | 0.26 | 0.19 | 0 | 0.47 | 224.57 | 0.15 | 0.46 |
| Hex | 65 | 6E | 88 | 1A | 13 | 0 | 2F | E1 | F | 2E |
| Octal | 145 | 156 | 210 | 32 | 23 | 0 | 57 | 341 | 17 | 56 |
| Binary | 1100101 | 1101110 | 10001000 | 11010 | 10011 | 0 | 101111 | 11100001 | 1111 | 101110 |
Color Harmonies of #656E88
Complementary color
Monochromatic Colors of #656E88
Black with #656E88
Text Example
Text Example
White with #656E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E88; }
p { color: rgb(101,110,136); }
H1.HeaderClassName
{
color: #656E88;
}
.AnyTagClassName
{
color: #656E88;
}
</style>
background-color css
<style>
a { background-color: #656E88; }
a { background-color: rgb(101,110,136); }
div.DivClassName
{
background-color: #656E88;
}
.BgClassName
{
background-color: #656E88;
}
</style>
border-color css
<style>
span { border-color: #656E88; }
span { border-color: rgb(101,110,136); }
td.TdClassName
{
border-color: #656E88;
}
.TagClassName
{
border-color: #656E88;
}
</style>