Shades of Waikawa Grey #616C84
Tints of Waikawa Grey #616C84
RGB
CMYK
RGB Variations
Color information
#616C84 (or 0x616C84) is known color: Waikawa Grey. HEX triplet: 61, 6C and 84. RGB value is (97,108,132). Sum of RGB (Red+Green+Blue) = 97+108+132=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #616C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C84 is #9E937B. Grayscale: #6B6B6B. Windows color (decimal): -10392444 or 8678497. OLE color: 8678497.
HSL color Cylindrical-coordinate representation of color #616C84: hue angle of 221.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #616C84 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 108 | 132 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.48 |
| HSL | 221.14º | 0.15% | 0.45% | - |
| HSV(B) | 221.14º | 0.27% | 0.52% | - |
| XYZ | 14.46 | 14.93 | 23.95 | - |
| YUV | 107.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 132 | 0.27 | 0.18 | 0 | 0.48 | 221.14 | 0.15 | 0.45 |
| Hex | 61 | 6C | 84 | 1B | 12 | 0 | 30 | DD | F | 2D |
| Octal | 141 | 154 | 204 | 33 | 22 | 0 | 60 | 335 | 17 | 55 |
| Binary | 1100001 | 1101100 | 10000100 | 11011 | 10010 | 0 | 110000 | 11011101 | 1111 | 101101 |
Color Harmonies of #616C84
Complementary color
Monochromatic Colors of #616C84
Black with #616C84
Text Example
Text Example
White with #616C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616C84; }
p { color: rgb(97,108,132); }
H1.HeaderClassName
{
color: #616C84;
}
.AnyTagClassName
{
color: #616C84;
}
</style>
background-color css
<style>
a { background-color: #616C84; }
a { background-color: rgb(97,108,132); }
div.DivClassName
{
background-color: #616C84;
}
.BgClassName
{
background-color: #616C84;
}
</style>
border-color css
<style>
span { border-color: #616C84; }
span { border-color: rgb(97,108,132); }
td.TdClassName
{
border-color: #616C84;
}
.TagClassName
{
border-color: #616C84;
}
</style>