Shades of Waikawa Grey #616E92
Tints of Waikawa Grey #616E92
RGB
CMYK
RGB Variations
Color information
#616E92 (or 0x616E92) is known color: Waikawa Grey. HEX triplet: 61, 6E and 92. RGB value is (97,110,146). Sum of RGB (Red+Green+Blue) = 97+110+146=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #616E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E92 is #9E916D. Grayscale: #6E6E6E. Windows color (decimal): -10391918 or 9596513. OLE color: 9596513.
HSL color Cylindrical-coordinate representation of color #616E92: hue angle of 224.08º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #616E92 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 110 | 146 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.43 |
| HSL | 224.08º | 0.2% | 0.48% | - |
| HSV(B) | 224.08º | 0.34% | 0.57% | - |
| XYZ | 15.69 | 15.77 | 29.41 | - |
| YUV | 110.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 146 | 0.34 | 0.25 | 0 | 0.43 | 224.08 | 0.2 | 0.48 |
| Hex | 61 | 6E | 92 | 22 | 19 | 0 | 2B | E0 | 14 | 30 |
| Octal | 141 | 156 | 222 | 42 | 31 | 0 | 53 | 340 | 24 | 60 |
| Binary | 1100001 | 1101110 | 10010010 | 100010 | 11001 | 0 | 101011 | 11100000 | 10100 | 110000 |
Color Harmonies of #616E92
Complementary color
Monochromatic Colors of #616E92
Black with #616E92
Text Example
Text Example
White with #616E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E92; }
p { color: rgb(97,110,146); }
H1.HeaderClassName
{
color: #616E92;
}
.AnyTagClassName
{
color: #616E92;
}
</style>
background-color css
<style>
a { background-color: #616E92; }
a { background-color: rgb(97,110,146); }
div.DivClassName
{
background-color: #616E92;
}
.BgClassName
{
background-color: #616E92;
}
</style>
border-color css
<style>
span { border-color: #616E92; }
span { border-color: rgb(97,110,146); }
td.TdClassName
{
border-color: #616E92;
}
.TagClassName
{
border-color: #616E92;
}
</style>