Shades of Waikawa Grey #616E91
Tints of Waikawa Grey #616E91
RGB
CMYK
RGB Variations
Color information
#616E91 (or 0x616E91) is known color: Waikawa Grey. HEX triplet: 61, 6E and 91. RGB value is (97,110,145). Sum of RGB (Red+Green+Blue) = 97+110+145=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #616E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616E91 is #9E916E. Grayscale: #6D6D6D. Windows color (decimal): -10391919 or 9530977. OLE color: 9530977.
HSL color Cylindrical-coordinate representation of color #616E91: hue angle of 223.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #616E91 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 110 | 145 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.43 |
| HSL | 223.75º | 0.2% | 0.47% | - |
| HSV(B) | 223.75º | 0.33% | 0.57% | - |
| XYZ | 15.62 | 15.74 | 29 | - |
| YUV | 110.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 145 | 0.33 | 0.24 | 0 | 0.43 | 223.75 | 0.2 | 0.47 |
| Hex | 61 | 6E | 91 | 21 | 18 | 0 | 2B | E0 | 14 | 2F |
| Octal | 141 | 156 | 221 | 41 | 30 | 0 | 53 | 340 | 24 | 57 |
| Binary | 1100001 | 1101110 | 10010001 | 100001 | 11000 | 0 | 101011 | 11100000 | 10100 | 101111 |
Color Harmonies of #616E91
Complementary color
Monochromatic Colors of #616E91
Black with #616E91
Text Example
Text Example
White with #616E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E91; }
p { color: rgb(97,110,145); }
H1.HeaderClassName
{
color: #616E91;
}
.AnyTagClassName
{
color: #616E91;
}
</style>
background-color css
<style>
a { background-color: #616E91; }
a { background-color: rgb(97,110,145); }
div.DivClassName
{
background-color: #616E91;
}
.BgClassName
{
background-color: #616E91;
}
</style>
border-color css
<style>
span { border-color: #616E91; }
span { border-color: rgb(97,110,145); }
td.TdClassName
{
border-color: #616E91;
}
.TagClassName
{
border-color: #616E91;
}
</style>