Shades of Waikawa Grey #656A99
Tints of Waikawa Grey #656A99
RGB
CMYK
RGB Variations
Color information
#656A99 (or 0x656A99) is known color: Waikawa Grey. HEX triplet: 65, 6A and 99. RGB value is (101,106,153). Sum of RGB (Red+Green+Blue) = 101+106+153=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #656A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656A99 is #9A9566. Grayscale: #6D6D6D. Windows color (decimal): -10130791 or 10054245. OLE color: 10054245.
HSL color Cylindrical-coordinate representation of color #656A99: hue angle of 234.23º 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 #656A99 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 106 | 153 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.4 |
| HSL | 234.23º | 0.2% | 0.5% | - |
| HSV(B) | 234.23º | 0.34% | 0.6% | - |
| XYZ | 16.27 | 15.37 | 32.25 | - |
| YUV | 109.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 153 | 0.34 | 0.31 | 0 | 0.4 | 234.23 | 0.2 | 0.5 |
| Hex | 65 | 6A | 99 | 22 | 1F | 0 | 28 | EA | 14 | 32 |
| Octal | 145 | 152 | 231 | 42 | 37 | 0 | 50 | 352 | 24 | 62 |
| Binary | 1100101 | 1101010 | 10011001 | 100010 | 11111 | 0 | 101000 | 11101010 | 10100 | 110010 |
Color Harmonies of #656A99
Complementary color
Monochromatic Colors of #656A99
Black with #656A99
Text Example
Text Example
White with #656A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A99; }
p { color: rgb(101,106,153); }
H1.HeaderClassName
{
color: #656A99;
}
.AnyTagClassName
{
color: #656A99;
}
</style>
background-color css
<style>
a { background-color: #656A99; }
a { background-color: rgb(101,106,153); }
div.DivClassName
{
background-color: #656A99;
}
.BgClassName
{
background-color: #656A99;
}
</style>
border-color css
<style>
span { border-color: #656A99; }
span { border-color: rgb(101,106,153); }
td.TdClassName
{
border-color: #656A99;
}
.TagClassName
{
border-color: #656A99;
}
</style>