Shades of Waikawa Grey #61719A
Tints of Waikawa Grey #61719A
RGB
CMYK
RGB Variations
Color information
#61719A (or 0x61719A) is known color: Waikawa Grey. HEX triplet: 61, 71 and 9A. RGB value is (97,113,154). Sum of RGB (Red+Green+Blue) = 97+113+154=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #61719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61719A is #9E8E65. Grayscale: #707070. Windows color (decimal): -10391142 or 10121569. OLE color: 10121569.
HSL color Cylindrical-coordinate representation of color #61719A: hue angle of 223.16º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61719A is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 113 | 154 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.40 |
| HSL | 223.16º | 0.23% | 0.49% | - |
| HSV(B) | 223.16º | 0.37% | 0.6% | - |
| XYZ | 16.67 | 16.68 | 32.91 | - |
| YUV | 112.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 154 | 0.37 | 0.27 | 0 | 0.40 | 223.16 | 0.23 | 0.49 |
| Hex | 61 | 71 | 9A | 25 | 1B | 0 | 28 | DF | 17 | 31 |
| Octal | 141 | 161 | 232 | 45 | 33 | 0 | 50 | 337 | 27 | 61 |
| Binary | 1100001 | 1110001 | 10011010 | 100101 | 11011 | 0 | 101000 | 11011111 | 10111 | 110001 |
Color Harmonies of #61719A
Complementary color
Monochromatic Colors of #61719A
Black with #61719A
Text Example
Text Example
White with #61719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61719A; }
p { color: rgb(97,113,154); }
H1.HeaderClassName
{
color: #61719A;
}
.AnyTagClassName
{
color: #61719A;
}
</style>
background-color css
<style>
a { background-color: #61719A; }
a { background-color: rgb(97,113,154); }
div.DivClassName
{
background-color: #61719A;
}
.BgClassName
{
background-color: #61719A;
}
</style>
border-color css
<style>
span { border-color: #61719A; }
span { border-color: rgb(97,113,154); }
td.TdClassName
{
border-color: #61719A;
}
.TagClassName
{
border-color: #61719A;
}
</style>