Shades of Waikawa Grey #656D86
Tints of Waikawa Grey #656D86
RGB
CMYK
RGB Variations
Color information
#656D86 (or 0x656D86) is known color: Waikawa Grey. HEX triplet: 65, 6D and 86. RGB value is (101,109,134). Sum of RGB (Red+Green+Blue) = 101+109+134=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #656D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656D86 is #9A9279. Grayscale: #6D6D6D. Windows color (decimal): -10130042 or 8809829. OLE color: 8809829.
HSL color Cylindrical-coordinate representation of color #656D86: hue angle of 225.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #656D86 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 109 | 134 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.47 |
| HSL | 225.45º | 0.14% | 0.46% | - |
| HSV(B) | 225.45º | 0.25% | 0.53% | - |
| XYZ | 15.14 | 15.43 | 24.73 | - |
| YUV | 109.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 134 | 0.25 | 0.19 | 0 | 0.47 | 225.45 | 0.14 | 0.46 |
| Hex | 65 | 6D | 86 | 19 | 13 | 0 | 2F | E1 | E | 2E |
| Octal | 145 | 155 | 206 | 31 | 23 | 0 | 57 | 341 | 16 | 56 |
| Binary | 1100101 | 1101101 | 10000110 | 11001 | 10011 | 0 | 101111 | 11100001 | 1110 | 101110 |
Color Harmonies of #656D86
Complementary color
Monochromatic Colors of #656D86
Black with #656D86
Text Example
Text Example
White with #656D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D86; }
p { color: rgb(101,109,134); }
H1.HeaderClassName
{
color: #656D86;
}
.AnyTagClassName
{
color: #656D86;
}
</style>
background-color css
<style>
a { background-color: #656D86; }
a { background-color: rgb(101,109,134); }
div.DivClassName
{
background-color: #656D86;
}
.BgClassName
{
background-color: #656D86;
}
</style>
border-color css
<style>
span { border-color: #656D86; }
span { border-color: rgb(101,109,134); }
td.TdClassName
{
border-color: #656D86;
}
.TagClassName
{
border-color: #656D86;
}
</style>