Shades of Waikawa Grey #656F93
Tints of Waikawa Grey #656F93
RGB
CMYK
RGB Variations
Color information
#656F93 (or 0x656F93) is known color: Waikawa Grey. HEX triplet: 65, 6F and 93. RGB value is (101,111,147). Sum of RGB (Red+Green+Blue) = 101+111+147=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #656F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F93 is #9A906C. Grayscale: #6F6F6F. Windows color (decimal): -10129517 or 9662309. OLE color: 9662309.
HSL color Cylindrical-coordinate representation of color #656F93: hue angle of 226.96º 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 #656F93 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 111 | 147 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.42 |
| HSL | 226.96º | 0.19% | 0.49% | - |
| HSV(B) | 226.96º | 0.31% | 0.58% | - |
| XYZ | 16.32 | 16.24 | 29.88 | - |
| YUV | 112.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 147 | 0.31 | 0.24 | 0 | 0.42 | 226.96 | 0.19 | 0.49 |
| Hex | 65 | 6F | 93 | 1F | 18 | 0 | 2A | E3 | 13 | 31 |
| Octal | 145 | 157 | 223 | 37 | 30 | 0 | 52 | 343 | 23 | 61 |
| Binary | 1100101 | 1101111 | 10010011 | 11111 | 11000 | 0 | 101010 | 11100011 | 10011 | 110001 |
Color Harmonies of #656F93
Complementary color
Monochromatic Colors of #656F93
Black with #656F93
Text Example
Text Example
White with #656F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F93; }
p { color: rgb(101,111,147); }
H1.HeaderClassName
{
color: #656F93;
}
.AnyTagClassName
{
color: #656F93;
}
</style>
background-color css
<style>
a { background-color: #656F93; }
a { background-color: rgb(101,111,147); }
div.DivClassName
{
background-color: #656F93;
}
.BgClassName
{
background-color: #656F93;
}
</style>
border-color css
<style>
span { border-color: #656F93; }
span { border-color: rgb(101,111,147); }
td.TdClassName
{
border-color: #656F93;
}
.TagClassName
{
border-color: #656F93;
}
</style>