Shades of Waikawa Grey #616A91
Tints of Waikawa Grey #616A91
RGB
CMYK
RGB Variations
Color information
#616A91 (or 0x616A91) is known color: Waikawa Grey. HEX triplet: 61, 6A and 91. RGB value is (97,106,145). Sum of RGB (Red+Green+Blue) = 97+106+145=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #616A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616A91 is #9E956E. Grayscale: #6B6B6B. Windows color (decimal): -10392943 or 9529953. OLE color: 9529953.
HSL color Cylindrical-coordinate representation of color #616A91: hue angle of 228.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 #616A91 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 106 | 145 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.43 |
| HSL | 228.75º | 0.2% | 0.47% | - |
| HSV(B) | 228.75º | 0.33% | 0.57% | - |
| XYZ | 15.19 | 14.89 | 28.86 | - |
| YUV | 107.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 145 | 0.33 | 0.27 | 0 | 0.43 | 228.75 | 0.2 | 0.47 |
| Hex | 61 | 6A | 91 | 21 | 1B | 0 | 2B | E5 | 14 | 2F |
| Octal | 141 | 152 | 221 | 41 | 33 | 0 | 53 | 345 | 24 | 57 |
| Binary | 1100001 | 1101010 | 10010001 | 100001 | 11011 | 0 | 101011 | 11100101 | 10100 | 101111 |
Color Harmonies of #616A91
Complementary color
Monochromatic Colors of #616A91
Black with #616A91
Text Example
Text Example
White with #616A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616A91; }
p { color: rgb(97,106,145); }
H1.HeaderClassName
{
color: #616A91;
}
.AnyTagClassName
{
color: #616A91;
}
</style>
background-color css
<style>
a { background-color: #616A91; }
a { background-color: rgb(97,106,145); }
div.DivClassName
{
background-color: #616A91;
}
.BgClassName
{
background-color: #616A91;
}
</style>
border-color css
<style>
span { border-color: #616A91; }
span { border-color: rgb(97,106,145); }
td.TdClassName
{
border-color: #616A91;
}
.TagClassName
{
border-color: #616A91;
}
</style>