Shades of Waikawa Grey #616B86
Tints of Waikawa Grey #616B86
RGB
CMYK
RGB Variations
Color information
#616B86 (or 0x616B86) is known color: Waikawa Grey. HEX triplet: 61, 6B and 86. RGB value is (97,107,134). Sum of RGB (Red+Green+Blue) = 97+107+134=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #616B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B86 is #9E9479. Grayscale: #6A6A6A. Windows color (decimal): -10392698 or 8809313. OLE color: 8809313.
HSL color Cylindrical-coordinate representation of color #616B86: hue angle of 223.78º 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 #616B86 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 107 | 134 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.47 |
| HSL | 223.78º | 0.16% | 0.45% | - |
| HSV(B) | 223.78º | 0.28% | 0.53% | - |
| XYZ | 14.49 | 14.78 | 24.64 | - |
| YUV | 107.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 134 | 0.28 | 0.20 | 0 | 0.47 | 223.78 | 0.16 | 0.45 |
| Hex | 61 | 6B | 86 | 1C | 14 | 0 | 2F | E0 | 10 | 2D |
| Octal | 141 | 153 | 206 | 34 | 24 | 0 | 57 | 340 | 20 | 55 |
| Binary | 1100001 | 1101011 | 10000110 | 11100 | 10100 | 0 | 101111 | 11100000 | 10000 | 101101 |
Color Harmonies of #616B86
Complementary color
Monochromatic Colors of #616B86
Black with #616B86
Text Example
Text Example
White with #616B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B86; }
p { color: rgb(97,107,134); }
H1.HeaderClassName
{
color: #616B86;
}
.AnyTagClassName
{
color: #616B86;
}
</style>
background-color css
<style>
a { background-color: #616B86; }
a { background-color: rgb(97,107,134); }
div.DivClassName
{
background-color: #616B86;
}
.BgClassName
{
background-color: #616B86;
}
</style>
border-color css
<style>
span { border-color: #616B86; }
span { border-color: rgb(97,107,134); }
td.TdClassName
{
border-color: #616B86;
}
.TagClassName
{
border-color: #616B86;
}
</style>