Shades of Waikawa Grey #6070A0
Tints of Waikawa Grey #6070A0
RGB
CMYK
RGB Variations
Color information
#6070A0 (or 0x6070A0) is known color: Waikawa Grey. HEX triplet: 60, 70 and A0. RGB value is (96,112,160). Sum of RGB (Red+Green+Blue) = 96+112+160=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 160 - color contains mainly: blue. Hex color #6070A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6070A0 is #9F8F5F. Grayscale: #707070. Windows color (decimal): -10456928 or 10514528. OLE color: 10514528.
HSL color Cylindrical-coordinate representation of color #6070A0: hue angle of 225º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6070A0 is Cyan = 0.4, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 112 | 160 | - |
| CMYK | 0.4 | 0.30 | 0 | 0.37 |
| HSL | 225º | 0.25% | 0.5% | - |
| HSV(B) | 225º | 0.4% | 0.63% | - |
| XYZ | 16.96 | 16.61 | 35.57 | - |
| YUV | 112.69 | 154.7 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 160 | 0.4 | 0.30 | 0 | 0.37 | 225 | 0.25 | 0.5 |
| Hex | 60 | 70 | A0 | 28 | 1E | 0 | 25 | E1 | 19 | 32 |
| Octal | 140 | 160 | 240 | 50 | 36 | 0 | 45 | 341 | 31 | 62 |
| Binary | 1100000 | 1110000 | 10100000 | 101000 | 11110 | 0 | 100101 | 11100001 | 11001 | 110010 |
Color Harmonies of #6070A0
Complementary color
Monochromatic Colors of #6070A0
Black with #6070A0
Text Example
Text Example
White with #6070A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6070A0; }
p { color: rgb(96,112,160); }
H1.HeaderClassName
{
color: #6070A0;
}
.AnyTagClassName
{
color: #6070A0;
}
</style>
background-color css
<style>
a { background-color: #6070A0; }
a { background-color: rgb(96,112,160); }
div.DivClassName
{
background-color: #6070A0;
}
.BgClassName
{
background-color: #6070A0;
}
</style>
border-color css
<style>
span { border-color: #6070A0; }
span { border-color: rgb(96,112,160); }
td.TdClassName
{
border-color: #6070A0;
}
.TagClassName
{
border-color: #6070A0;
}
</style>