Shades of Waikawa Grey #656A97
Tints of Waikawa Grey #656A97
RGB
CMYK
RGB Variations
Color information
#656A97 (or 0x656A97) is known color: Waikawa Grey. HEX triplet: 65, 6A and 97. RGB value is (101,106,151). Sum of RGB (Red+Green+Blue) = 101+106+151=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #656A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656A97 is #9A9568. Grayscale: #6D6D6D. Windows color (decimal): -10130793 or 9923173. OLE color: 9923173.
HSL color Cylindrical-coordinate representation of color #656A97: hue angle of 234º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #656A97 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 106 | 151 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.41 |
| HSL | 234º | 0.2% | 0.49% | - |
| HSV(B) | 234º | 0.33% | 0.59% | - |
| XYZ | 16.11 | 15.31 | 31.38 | - |
| YUV | 109.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 151 | 0.33 | 0.30 | 0 | 0.41 | 234 | 0.2 | 0.49 |
| Hex | 65 | 6A | 97 | 21 | 1E | 0 | 29 | EA | 14 | 31 |
| Octal | 145 | 152 | 227 | 41 | 36 | 0 | 51 | 352 | 24 | 61 |
| Binary | 1100101 | 1101010 | 10010111 | 100001 | 11110 | 0 | 101001 | 11101010 | 10100 | 110001 |
Color Harmonies of #656A97
Complementary color
Monochromatic Colors of #656A97
Black with #656A97
Text Example
Text Example
White with #656A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A97; }
p { color: rgb(101,106,151); }
H1.HeaderClassName
{
color: #656A97;
}
.AnyTagClassName
{
color: #656A97;
}
</style>
background-color css
<style>
a { background-color: #656A97; }
a { background-color: rgb(101,106,151); }
div.DivClassName
{
background-color: #656A97;
}
.BgClassName
{
background-color: #656A97;
}
</style>
border-color css
<style>
span { border-color: #656A97; }
span { border-color: rgb(101,106,151); }
td.TdClassName
{
border-color: #656A97;
}
.TagClassName
{
border-color: #656A97;
}
</style>