Shades of Waikawa Grey #656B99
Tints of Waikawa Grey #656B99
RGB
CMYK
RGB Variations
Color information
#656B99 (or 0x656B99) is known color: Waikawa Grey. HEX triplet: 65, 6B and 99. RGB value is (101,107,153). Sum of RGB (Red+Green+Blue) = 101+107+153=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #656B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656B99 is #9A9466. Grayscale: #6E6E6E. Windows color (decimal): -10130535 or 10054501. OLE color: 10054501.
HSL color Cylindrical-coordinate representation of color #656B99: hue angle of 233.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #656B99 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 107 | 153 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.4 |
| HSL | 233.08º | 0.2% | 0.5% | - |
| HSV(B) | 233.08º | 0.34% | 0.6% | - |
| XYZ | 16.37 | 15.58 | 32.28 | - |
| YUV | 110.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 153 | 0.34 | 0.30 | 0 | 0.4 | 233.08 | 0.2 | 0.5 |
| Hex | 65 | 6B | 99 | 22 | 1E | 0 | 28 | E9 | 14 | 32 |
| Octal | 145 | 153 | 231 | 42 | 36 | 0 | 50 | 351 | 24 | 62 |
| Binary | 1100101 | 1101011 | 10011001 | 100010 | 11110 | 0 | 101000 | 11101001 | 10100 | 110010 |
Color Harmonies of #656B99
Complementary color
Monochromatic Colors of #656B99
Black with #656B99
Text Example
Text Example
White with #656B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B99; }
p { color: rgb(101,107,153); }
H1.HeaderClassName
{
color: #656B99;
}
.AnyTagClassName
{
color: #656B99;
}
</style>
background-color css
<style>
a { background-color: #656B99; }
a { background-color: rgb(101,107,153); }
div.DivClassName
{
background-color: #656B99;
}
.BgClassName
{
background-color: #656B99;
}
</style>
border-color css
<style>
span { border-color: #656B99; }
span { border-color: rgb(101,107,153); }
td.TdClassName
{
border-color: #656B99;
}
.TagClassName
{
border-color: #656B99;
}
</style>