Shades of Waikawa Grey #656891
Tints of Waikawa Grey #656891
RGB
CMYK
RGB Variations
Color information
#656891 (or 0x656891) is known color: Waikawa Grey. HEX triplet: 65, 68 and 91. RGB value is (101,104,145). Sum of RGB (Red+Green+Blue) = 101+104+145=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #656891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656891 is #9A976E. Grayscale: #6B6B6B. Windows color (decimal): -10131311 or 9529445. OLE color: 9529445.
HSL color Cylindrical-coordinate representation of color #656891: hue angle of 235.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #656891 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 104 | 145 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.43 |
| HSL | 235.91º | 0.18% | 0.48% | - |
| HSV(B) | 235.91º | 0.3% | 0.57% | - |
| XYZ | 15.43 | 14.71 | 28.81 | - |
| YUV | 107.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 145 | 0.30 | 0.28 | 0 | 0.43 | 235.91 | 0.18 | 0.48 |
| Hex | 65 | 68 | 91 | 1E | 1C | 0 | 2B | EC | 12 | 30 |
| Octal | 145 | 150 | 221 | 36 | 34 | 0 | 53 | 354 | 22 | 60 |
| Binary | 1100101 | 1101000 | 10010001 | 11110 | 11100 | 0 | 101011 | 11101100 | 10010 | 110000 |
Color Harmonies of #656891
Complementary color
Monochromatic Colors of #656891
Black with #656891
Text Example
Text Example
White with #656891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656891; }
p { color: rgb(101,104,145); }
H1.HeaderClassName
{
color: #656891;
}
.AnyTagClassName
{
color: #656891;
}
</style>
background-color css
<style>
a { background-color: #656891; }
a { background-color: rgb(101,104,145); }
div.DivClassName
{
background-color: #656891;
}
.BgClassName
{
background-color: #656891;
}
</style>
border-color css
<style>
span { border-color: #656891; }
span { border-color: rgb(101,104,145); }
td.TdClassName
{
border-color: #656891;
}
.TagClassName
{
border-color: #656891;
}
</style>