Shades of Waikawa Grey #616E96
Tints of Waikawa Grey #616E96
RGB
CMYK
RGB Variations
Color information
#616E96 (or 0x616E96) is known color: Waikawa Grey. HEX triplet: 61, 6E and 96. RGB value is (97,110,150). Sum of RGB (Red+Green+Blue) = 97+110+150=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #616E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E96 is #9E9169. Grayscale: #6E6E6E. Windows color (decimal): -10391914 or 9858657. OLE color: 9858657.
HSL color Cylindrical-coordinate representation of color #616E96: hue angle of 225.28º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #616E96 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 97 | 110 | 150 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.41 |
| HSL | 225.28º | 0.21% | 0.48% | - |
| HSV(B) | 225.28º | 0.35% | 0.59% | - |
| XYZ | 16.01 | 15.9 | 31.08 | - |
| YUV | 110.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 150 | 0.35 | 0.27 | 0 | 0.41 | 225.28 | 0.21 | 0.48 |
| Hex | 61 | 6E | 96 | 23 | 1B | 0 | 29 | E1 | 15 | 30 |
| Octal | 141 | 156 | 226 | 43 | 33 | 0 | 51 | 341 | 25 | 60 |
| Binary | 1100001 | 1101110 | 10010110 | 100011 | 11011 | 0 | 101001 | 11100001 | 10101 | 110000 |
Color Harmonies of #616E96
Complementary color
Monochromatic Colors of #616E96
Black with #616E96
Text Example
Text Example
White with #616E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E96; }
p { color: rgb(97,110,150); }
H1.HeaderClassName
{
color: #616E96;
}
.AnyTagClassName
{
color: #616E96;
}
</style>
background-color css
<style>
a { background-color: #616E96; }
a { background-color: rgb(97,110,150); }
div.DivClassName
{
background-color: #616E96;
}
.BgClassName
{
background-color: #616E96;
}
</style>
border-color css
<style>
span { border-color: #616E96; }
span { border-color: rgb(97,110,150); }
td.TdClassName
{
border-color: #616E96;
}
.TagClassName
{
border-color: #616E96;
}
</style>