Shades of Waikawa Grey #6171A2
Tints of Waikawa Grey #6171A2
RGB
CMYK
RGB Variations
Color information
#6171A2 (or 0x6171A2) is known color: Waikawa Grey. HEX triplet: 61, 71 and A2. RGB value is (97,113,162). Sum of RGB (Red+Green+Blue) = 97+113+162=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 162 - color contains mainly: blue. Hex color #6171A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6171A2 is #9E8E5D. Grayscale: #717171. Windows color (decimal): -10391134 or 10645857. OLE color: 10645857.
HSL color Cylindrical-coordinate representation of color #6171A2: hue angle of 225.23º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6171A2 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 113 | 162 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.36 |
| HSL | 225.23º | 0.26% | 0.51% | - |
| HSV(B) | 225.23º | 0.4% | 0.64% | - |
| XYZ | 17.36 | 16.96 | 36.54 | - |
| YUV | 113.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 162 | 0.40 | 0.30 | 0 | 0.36 | 225.23 | 0.26 | 0.51 |
| Hex | 61 | 71 | A2 | 28 | 1E | 0 | 24 | E1 | 1A | 33 |
| Octal | 141 | 161 | 242 | 50 | 36 | 0 | 44 | 341 | 32 | 63 |
| Binary | 1100001 | 1110001 | 10100010 | 101000 | 11110 | 0 | 100100 | 11100001 | 11010 | 110011 |
Color Harmonies of #6171A2
Complementary color
Monochromatic Colors of #6171A2
Black with #6171A2
Text Example
Text Example
White with #6171A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6171A2; }
p { color: rgb(97,113,162); }
H1.HeaderClassName
{
color: #6171A2;
}
.AnyTagClassName
{
color: #6171A2;
}
</style>
background-color css
<style>
a { background-color: #6171A2; }
a { background-color: rgb(97,113,162); }
div.DivClassName
{
background-color: #6171A2;
}
.BgClassName
{
background-color: #6171A2;
}
</style>
border-color css
<style>
span { border-color: #6171A2; }
span { border-color: rgb(97,113,162); }
td.TdClassName
{
border-color: #6171A2;
}
.TagClassName
{
border-color: #6171A2;
}
</style>