Shades of Waikawa Grey #656D90
Tints of Waikawa Grey #656D90
RGB
CMYK
RGB Variations
Color information
#656D90 (or 0x656D90) is known color: Waikawa Grey. HEX triplet: 65, 6D and 90. RGB value is (101,109,144). Sum of RGB (Red+Green+Blue) = 101+109+144=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #656D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656D90 is #9A926F. Grayscale: #6E6E6E. Windows color (decimal): -10130032 or 9465189. OLE color: 9465189.
HSL color Cylindrical-coordinate representation of color #656D90: hue angle of 228.84º 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 #656D90 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 109 | 144 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.44 |
| HSL | 228.84º | 0.18% | 0.48% | - |
| HSV(B) | 228.84º | 0.3% | 0.56% | - |
| XYZ | 15.87 | 15.72 | 28.58 | - |
| YUV | 110.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 144 | 0.30 | 0.24 | 0 | 0.44 | 228.84 | 0.18 | 0.48 |
| Hex | 65 | 6D | 90 | 1E | 18 | 0 | 2C | E5 | 12 | 30 |
| Octal | 145 | 155 | 220 | 36 | 30 | 0 | 54 | 345 | 22 | 60 |
| Binary | 1100101 | 1101101 | 10010000 | 11110 | 11000 | 0 | 101100 | 11100101 | 10010 | 110000 |
Color Harmonies of #656D90
Complementary color
Monochromatic Colors of #656D90
Black with #656D90
Text Example
Text Example
White with #656D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D90; }
p { color: rgb(101,109,144); }
H1.HeaderClassName
{
color: #656D90;
}
.AnyTagClassName
{
color: #656D90;
}
</style>
background-color css
<style>
a { background-color: #656D90; }
a { background-color: rgb(101,109,144); }
div.DivClassName
{
background-color: #656D90;
}
.BgClassName
{
background-color: #656D90;
}
</style>
border-color css
<style>
span { border-color: #656D90; }
span { border-color: rgb(101,109,144); }
td.TdClassName
{
border-color: #656D90;
}
.TagClassName
{
border-color: #656D90;
}
</style>