Shades of Waikawa Grey #616C85
Tints of Waikawa Grey #616C85
RGB
CMYK
RGB Variations
Color information
#616C85 (or 0x616C85) is known color: Waikawa Grey. HEX triplet: 61, 6C and 85. RGB value is (97,108,133). Sum of RGB (Red+Green+Blue) = 97+108+133=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #616C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C85 is #9E937A. Grayscale: #6B6B6B. Windows color (decimal): -10392443 or 8744033. OLE color: 8744033.
HSL color Cylindrical-coordinate representation of color #616C85: hue angle of 221.67º degrees, saturation: 0.16, 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 #616C85 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 108 | 133 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.48 |
| HSL | 221.67º | 0.16% | 0.45% | - |
| HSV(B) | 221.67º | 0.27% | 0.52% | - |
| XYZ | 14.53 | 14.96 | 24.31 | - |
| YUV | 107.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 133 | 0.27 | 0.19 | 0 | 0.48 | 221.67 | 0.16 | 0.45 |
| Hex | 61 | 6C | 85 | 1B | 13 | 0 | 30 | DE | 10 | 2D |
| Octal | 141 | 154 | 205 | 33 | 23 | 0 | 60 | 336 | 20 | 55 |
| Binary | 1100001 | 1101100 | 10000101 | 11011 | 10011 | 0 | 110000 | 11011110 | 10000 | 101101 |
Color Harmonies of #616C85
Complementary color
Monochromatic Colors of #616C85
Black with #616C85
Text Example
Text Example
White with #616C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616C85; }
p { color: rgb(97,108,133); }
H1.HeaderClassName
{
color: #616C85;
}
.AnyTagClassName
{
color: #616C85;
}
</style>
background-color css
<style>
a { background-color: #616C85; }
a { background-color: rgb(97,108,133); }
div.DivClassName
{
background-color: #616C85;
}
.BgClassName
{
background-color: #616C85;
}
</style>
border-color css
<style>
span { border-color: #616C85; }
span { border-color: rgb(97,108,133); }
td.TdClassName
{
border-color: #616C85;
}
.TagClassName
{
border-color: #616C85;
}
</style>