Shades of Waikawa Grey #616A86
Tints of Waikawa Grey #616A86
RGB
CMYK
RGB Variations
Color information
#616A86 (or 0x616A86) is known color: Waikawa Grey. HEX triplet: 61, 6A and 86. RGB value is (97,106,134). Sum of RGB (Red+Green+Blue) = 97+106+134=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #616A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616A86 is #9E9579. Grayscale: #6A6A6A. Windows color (decimal): -10392954 or 8809057. OLE color: 8809057.
HSL color Cylindrical-coordinate representation of color #616A86: hue angle of 225.41º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #616A86 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 106 | 134 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.47 |
| HSL | 225.41º | 0.16% | 0.45% | - |
| HSV(B) | 225.41º | 0.28% | 0.53% | - |
| XYZ | 14.39 | 14.57 | 24.61 | - |
| YUV | 106.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 134 | 0.28 | 0.21 | 0 | 0.47 | 225.41 | 0.16 | 0.45 |
| Hex | 61 | 6A | 86 | 1C | 15 | 0 | 2F | E1 | 10 | 2D |
| Octal | 141 | 152 | 206 | 34 | 25 | 0 | 57 | 341 | 20 | 55 |
| Binary | 1100001 | 1101010 | 10000110 | 11100 | 10101 | 0 | 101111 | 11100001 | 10000 | 101101 |
Color Harmonies of #616A86
Complementary color
Monochromatic Colors of #616A86
Black with #616A86
Text Example
Text Example
White with #616A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616A86; }
p { color: rgb(97,106,134); }
H1.HeaderClassName
{
color: #616A86;
}
.AnyTagClassName
{
color: #616A86;
}
</style>
background-color css
<style>
a { background-color: #616A86; }
a { background-color: rgb(97,106,134); }
div.DivClassName
{
background-color: #616A86;
}
.BgClassName
{
background-color: #616A86;
}
</style>
border-color css
<style>
span { border-color: #616A86; }
span { border-color: rgb(97,106,134); }
td.TdClassName
{
border-color: #616A86;
}
.TagClassName
{
border-color: #616A86;
}
</style>