Shades of Waikawa Grey #656E90
Tints of Waikawa Grey #656E90
RGB
CMYK
RGB Variations
Color information
#656E90 (or 0x656E90) is known color: Waikawa Grey. HEX triplet: 65, 6E and 90. RGB value is (101,110,144). Sum of RGB (Red+Green+Blue) = 101+110+144=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #656E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656E90 is #9A916F. Grayscale: #6F6F6F. Windows color (decimal): -10129776 or 9465445. OLE color: 9465445.
HSL color Cylindrical-coordinate representation of color #656E90: hue angle of 227.44º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #656E90 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 110 | 144 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.44 |
| HSL | 227.44º | 0.18% | 0.48% | - |
| HSV(B) | 227.44º | 0.3% | 0.56% | - |
| XYZ | 15.98 | 15.93 | 28.62 | - |
| YUV | 111.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 144 | 0.30 | 0.24 | 0 | 0.44 | 227.44 | 0.18 | 0.48 |
| Hex | 65 | 6E | 90 | 1E | 18 | 0 | 2C | E3 | 12 | 30 |
| Octal | 145 | 156 | 220 | 36 | 30 | 0 | 54 | 343 | 22 | 60 |
| Binary | 1100101 | 1101110 | 10010000 | 11110 | 11000 | 0 | 101100 | 11100011 | 10010 | 110000 |
Color Harmonies of #656E90
Complementary color
Monochromatic Colors of #656E90
Black with #656E90
Text Example
Text Example
White with #656E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E90; }
p { color: rgb(101,110,144); }
H1.HeaderClassName
{
color: #656E90;
}
.AnyTagClassName
{
color: #656E90;
}
</style>
background-color css
<style>
a { background-color: #656E90; }
a { background-color: rgb(101,110,144); }
div.DivClassName
{
background-color: #656E90;
}
.BgClassName
{
background-color: #656E90;
}
</style>
border-color css
<style>
span { border-color: #656E90; }
span { border-color: rgb(101,110,144); }
td.TdClassName
{
border-color: #656E90;
}
.TagClassName
{
border-color: #656E90;
}
</style>