Shades of Waikawa Grey #616C8C
Tints of Waikawa Grey #616C8C
RGB
CMYK
RGB Variations
Color information
#616C8C (or 0x616C8C) is known color: Waikawa Grey. HEX triplet: 61, 6C and 8C. RGB value is (97,108,140). Sum of RGB (Red+Green+Blue) = 97+108+140=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #616C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C8C is #9E9373. Grayscale: #6C6C6C. Windows color (decimal): -10392436 or 9202785. OLE color: 9202785.
HSL color Cylindrical-coordinate representation of color #616C8C: hue angle of 224.65º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #616C8C is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 108 | 140 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.45 |
| HSL | 224.65º | 0.18% | 0.46% | - |
| HSV(B) | 224.65º | 0.31% | 0.55% | - |
| XYZ | 15.03 | 15.16 | 26.95 | - |
| YUV | 108.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 140 | 0.31 | 0.23 | 0 | 0.45 | 224.65 | 0.18 | 0.46 |
| Hex | 61 | 6C | 8C | 1F | 17 | 0 | 2D | E1 | 12 | 2E |
| Octal | 141 | 154 | 214 | 37 | 27 | 0 | 55 | 341 | 22 | 56 |
| Binary | 1100001 | 1101100 | 10001100 | 11111 | 10111 | 0 | 101101 | 11100001 | 10010 | 101110 |
Color Harmonies of #616C8C
Complementary color
Monochromatic Colors of #616C8C
Black with #616C8C
Text Example
Text Example
White with #616C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616C8C; }
p { color: rgb(97,108,140); }
H1.HeaderClassName
{
color: #616C8C;
}
.AnyTagClassName
{
color: #616C8C;
}
</style>
background-color css
<style>
a { background-color: #616C8C; }
a { background-color: rgb(97,108,140); }
div.DivClassName
{
background-color: #616C8C;
}
.BgClassName
{
background-color: #616C8C;
}
</style>
border-color css
<style>
span { border-color: #616C8C; }
span { border-color: rgb(97,108,140); }
td.TdClassName
{
border-color: #616C8C;
}
.TagClassName
{
border-color: #616C8C;
}
</style>