Shades of Waikawa Grey #656C8D
Tints of Waikawa Grey #656C8D
RGB
CMYK
RGB Variations
Color information
#656C8D (or 0x656C8D) is known color: Waikawa Grey. HEX triplet: 65, 6C and 8D. RGB value is (101,108,141). Sum of RGB (Red+Green+Blue) = 101+108+141=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #656C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656C8D is #9A9372. Grayscale: #6D6D6D. Windows color (decimal): -10130291 or 9268325. OLE color: 9268325.
HSL color Cylindrical-coordinate representation of color #656C8D: hue angle of 229.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #656C8D is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 108 | 141 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.45 |
| HSL | 229.5º | 0.17% | 0.47% | - |
| HSV(B) | 229.5º | 0.28% | 0.55% | - |
| XYZ | 15.54 | 15.41 | 27.36 | - |
| YUV | 109.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 141 | 0.28 | 0.23 | 0 | 0.45 | 229.5 | 0.17 | 0.47 |
| Hex | 65 | 6C | 8D | 1C | 17 | 0 | 2D | E6 | 11 | 2F |
| Octal | 145 | 154 | 215 | 34 | 27 | 0 | 55 | 346 | 21 | 57 |
| Binary | 1100101 | 1101100 | 10001101 | 11100 | 10111 | 0 | 101101 | 11100110 | 10001 | 101111 |
Color Harmonies of #656C8D
Complementary color
Monochromatic Colors of #656C8D
Black with #656C8D
Text Example
Text Example
White with #656C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C8D; }
p { color: rgb(101,108,141); }
H1.HeaderClassName
{
color: #656C8D;
}
.AnyTagClassName
{
color: #656C8D;
}
</style>
background-color css
<style>
a { background-color: #656C8D; }
a { background-color: rgb(101,108,141); }
div.DivClassName
{
background-color: #656C8D;
}
.BgClassName
{
background-color: #656C8D;
}
</style>
border-color css
<style>
span { border-color: #656C8D; }
span { border-color: rgb(101,108,141); }
td.TdClassName
{
border-color: #656C8D;
}
.TagClassName
{
border-color: #656C8D;
}
</style>