Shades of Waikawa Grey #656D99
Tints of Waikawa Grey #656D99
RGB
CMYK
RGB Variations
Color information
#656D99 (or 0x656D99) is known color: Waikawa Grey. HEX triplet: 65, 6D and 99. RGB value is (101,109,153). Sum of RGB (Red+Green+Blue) = 101+109+153=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #656D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656D99 is #9A9266. Grayscale: #6F6F6F. Windows color (decimal): -10130023 or 10055013. OLE color: 10055013.
HSL color Cylindrical-coordinate representation of color #656D99: hue angle of 230.77º 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 #656D99 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 109 | 153 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.4 |
| HSL | 230.77º | 0.2% | 0.5% | - |
| HSV(B) | 230.77º | 0.34% | 0.6% | - |
| XYZ | 16.59 | 16 | 32.35 | - |
| YUV | 111.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 153 | 0.34 | 0.29 | 0 | 0.4 | 230.77 | 0.2 | 0.5 |
| Hex | 65 | 6D | 99 | 22 | 1D | 0 | 28 | E7 | 14 | 32 |
| Octal | 145 | 155 | 231 | 42 | 35 | 0 | 50 | 347 | 24 | 62 |
| Binary | 1100101 | 1101101 | 10011001 | 100010 | 11101 | 0 | 101000 | 11100111 | 10100 | 110010 |
Color Harmonies of #656D99
Complementary color
Monochromatic Colors of #656D99
Black with #656D99
Text Example
Text Example
White with #656D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D99; }
p { color: rgb(101,109,153); }
H1.HeaderClassName
{
color: #656D99;
}
.AnyTagClassName
{
color: #656D99;
}
</style>
background-color css
<style>
a { background-color: #656D99; }
a { background-color: rgb(101,109,153); }
div.DivClassName
{
background-color: #656D99;
}
.BgClassName
{
background-color: #656D99;
}
</style>
border-color css
<style>
span { border-color: #656D99; }
span { border-color: rgb(101,109,153); }
td.TdClassName
{
border-color: #656D99;
}
.TagClassName
{
border-color: #656D99;
}
</style>