Shades of Waikawa Grey #6073A3
Tints of Waikawa Grey #6073A3
RGB
CMYK
RGB Variations
Color information
#6073A3 (or 0x6073A3) is known color: Waikawa Grey. HEX triplet: 60, 73 and A3. RGB value is (96,115,163). Sum of RGB (Red+Green+Blue) = 96+115+163=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 163 (64.06% from 255 or 43.58% from 374); Max value from RGB is 163 - color contains mainly: blue. Hex color #6073A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6073A3 is #9F8C5C. Grayscale: #727272. Windows color (decimal): -10456157 or 10711904. OLE color: 10711904.
HSL color Cylindrical-coordinate representation of color #6073A3: hue angle of 222.99º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6073A3 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 115 | 163 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.36 |
| HSL | 222.99º | 0.27% | 0.51% | - |
| HSV(B) | 222.99º | 0.41% | 0.64% | - |
| XYZ | 17.57 | 17.39 | 37.08 | - |
| YUV | 114.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 163 | 0.41 | 0.29 | 0 | 0.36 | 222.99 | 0.27 | 0.51 |
| Hex | 60 | 73 | A3 | 29 | 1D | 0 | 24 | DF | 1B | 33 |
| Octal | 140 | 163 | 243 | 51 | 35 | 0 | 44 | 337 | 33 | 63 |
| Binary | 1100000 | 1110011 | 10100011 | 101001 | 11101 | 0 | 100100 | 11011111 | 11011 | 110011 |
Color Harmonies of #6073A3
Complementary color
Monochromatic Colors of #6073A3
Black with #6073A3
Text Example
Text Example
White with #6073A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6073A3; }
p { color: rgb(96,115,163); }
H1.HeaderClassName
{
color: #6073A3;
}
.AnyTagClassName
{
color: #6073A3;
}
</style>
background-color css
<style>
a { background-color: #6073A3; }
a { background-color: rgb(96,115,163); }
div.DivClassName
{
background-color: #6073A3;
}
.BgClassName
{
background-color: #6073A3;
}
</style>
border-color css
<style>
span { border-color: #6073A3; }
span { border-color: rgb(96,115,163); }
td.TdClassName
{
border-color: #6073A3;
}
.TagClassName
{
border-color: #6073A3;
}
</style>