Shades of Waikawa Grey #60758F
Tints of Waikawa Grey #60758F
RGB
CMYK
RGB Variations
Color information
#60758F (or 0x60758F) is known color: Waikawa Grey. HEX triplet: 60, 75 and 8F. RGB value is (96,117,143). Sum of RGB (Red+Green+Blue) = 96+117+143=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 143 - color contains mainly: blue. Hex color #60758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60758F is #9F8A70. Grayscale: #717171. Windows color (decimal): -10455665 or 9401696. OLE color: 9401696.
HSL color Cylindrical-coordinate representation of color #60758F: hue angle of 213.19º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60758F is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 117 | 143 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.44 |
| HSL | 213.19º | 0.2% | 0.47% | - |
| HSV(B) | 213.19º | 0.33% | 0.56% | - |
| XYZ | 16.14 | 17.19 | 28.45 | - |
| YUV | 113.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 143 | 0.33 | 0.18 | 0 | 0.44 | 213.19 | 0.2 | 0.47 |
| Hex | 60 | 75 | 8F | 21 | 12 | 0 | 2C | D5 | 14 | 2F |
| Octal | 140 | 165 | 217 | 41 | 22 | 0 | 54 | 325 | 24 | 57 |
| Binary | 1100000 | 1110101 | 10001111 | 100001 | 10010 | 0 | 101100 | 11010101 | 10100 | 101111 |
Color Harmonies of #60758F
Complementary color
Monochromatic Colors of #60758F
Black with #60758F
Text Example
Text Example
White with #60758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60758F; }
p { color: rgb(96,117,143); }
H1.HeaderClassName
{
color: #60758F;
}
.AnyTagClassName
{
color: #60758F;
}
</style>
background-color css
<style>
a { background-color: #60758F; }
a { background-color: rgb(96,117,143); }
div.DivClassName
{
background-color: #60758F;
}
.BgClassName
{
background-color: #60758F;
}
</style>
border-color css
<style>
span { border-color: #60758F; }
span { border-color: rgb(96,117,143); }
td.TdClassName
{
border-color: #60758F;
}
.TagClassName
{
border-color: #60758F;
}
</style>