Shades of Waikawa Grey #656E93
Tints of Waikawa Grey #656E93
RGB
CMYK
RGB Variations
Color information
#656E93 (or 0x656E93) is known color: Waikawa Grey. HEX triplet: 65, 6E and 93. RGB value is (101,110,147). Sum of RGB (Red+Green+Blue) = 101+110+147=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #656E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656E93 is #9A916C. Grayscale: #6F6F6F. Windows color (decimal): -10129773 or 9662053. OLE color: 9662053.
HSL color Cylindrical-coordinate representation of color #656E93: hue angle of 228.26º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #656E93 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 110 | 147 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.42 |
| HSL | 228.26º | 0.19% | 0.49% | - |
| HSV(B) | 228.26º | 0.31% | 0.58% | - |
| XYZ | 16.21 | 16.03 | 29.84 | - |
| YUV | 111.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 147 | 0.31 | 0.25 | 0 | 0.42 | 228.26 | 0.19 | 0.49 |
| Hex | 65 | 6E | 93 | 1F | 19 | 0 | 2A | E4 | 13 | 31 |
| Octal | 145 | 156 | 223 | 37 | 31 | 0 | 52 | 344 | 23 | 61 |
| Binary | 1100101 | 1101110 | 10010011 | 11111 | 11001 | 0 | 101010 | 11100100 | 10011 | 110001 |
Color Harmonies of #656E93
Complementary color
Monochromatic Colors of #656E93
Black with #656E93
Text Example
Text Example
White with #656E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E93; }
p { color: rgb(101,110,147); }
H1.HeaderClassName
{
color: #656E93;
}
.AnyTagClassName
{
color: #656E93;
}
</style>
background-color css
<style>
a { background-color: #656E93; }
a { background-color: rgb(101,110,147); }
div.DivClassName
{
background-color: #656E93;
}
.BgClassName
{
background-color: #656E93;
}
</style>
border-color css
<style>
span { border-color: #656E93; }
span { border-color: rgb(101,110,147); }
td.TdClassName
{
border-color: #656E93;
}
.TagClassName
{
border-color: #656E93;
}
</style>