Shades of Waikawa Grey #656989
Tints of Waikawa Grey #656989
RGB
CMYK
RGB Variations
Color information
#656989 (or 0x656989) is known color: Waikawa Grey. HEX triplet: 65, 69 and 89. RGB value is (101,105,137). Sum of RGB (Red+Green+Blue) = 101+105+137=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: blue. Hex color #656989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656989 is #9A9676. Grayscale: #6B6B6B. Windows color (decimal): -10131063 or 9005413. OLE color: 9005413.
HSL color Cylindrical-coordinate representation of color #656989: hue angle of 233.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #656989 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 105 | 137 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.46 |
| HSL | 233.33º | 0.15% | 0.47% | - |
| HSV(B) | 233.33º | 0.26% | 0.54% | - |
| XYZ | 14.93 | 14.68 | 25.71 | - |
| YUV | 107.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 137 | 0.26 | 0.23 | 0 | 0.46 | 233.33 | 0.15 | 0.47 |
| Hex | 65 | 69 | 89 | 1A | 17 | 0 | 2E | E9 | F | 2F |
| Octal | 145 | 151 | 211 | 32 | 27 | 0 | 56 | 351 | 17 | 57 |
| Binary | 1100101 | 1101001 | 10001001 | 11010 | 10111 | 0 | 101110 | 11101001 | 1111 | 101111 |
Color Harmonies of #656989
Complementary color
Monochromatic Colors of #656989
Black with #656989
Text Example
Text Example
White with #656989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656989; }
p { color: rgb(101,105,137); }
H1.HeaderClassName
{
color: #656989;
}
.AnyTagClassName
{
color: #656989;
}
</style>
background-color css
<style>
a { background-color: #656989; }
a { background-color: rgb(101,105,137); }
div.DivClassName
{
background-color: #656989;
}
.BgClassName
{
background-color: #656989;
}
</style>
border-color css
<style>
span { border-color: #656989; }
span { border-color: rgb(101,105,137); }
td.TdClassName
{
border-color: #656989;
}
.TagClassName
{
border-color: #656989;
}
</style>