Shades of Waikawa Grey #60719A
Tints of Waikawa Grey #60719A
RGB
CMYK
RGB Variations
Color information
#60719A (or 0x60719A) is known color: Waikawa Grey. HEX triplet: 60, 71 and 9A. RGB value is (96,113,154). Sum of RGB (Red+Green+Blue) = 96+113+154=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #60719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60719A is #9F8E65. Grayscale: #707070. Windows color (decimal): -10456678 or 10121568. OLE color: 10121568.
HSL color Cylindrical-coordinate representation of color #60719A: hue angle of 222.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60719A is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 113 | 154 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.40 |
| HSL | 222.41º | 0.23% | 0.49% | - |
| HSV(B) | 222.41º | 0.38% | 0.6% | - |
| XYZ | 16.56 | 16.63 | 32.91 | - |
| YUV | 112.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 154 | 0.38 | 0.27 | 0 | 0.40 | 222.41 | 0.23 | 0.49 |
| Hex | 60 | 71 | 9A | 26 | 1B | 0 | 28 | DE | 17 | 31 |
| Octal | 140 | 161 | 232 | 46 | 33 | 0 | 50 | 336 | 27 | 61 |
| Binary | 1100000 | 1110001 | 10011010 | 100110 | 11011 | 0 | 101000 | 11011110 | 10111 | 110001 |
Color Harmonies of #60719A
Complementary color
Monochromatic Colors of #60719A
Black with #60719A
Text Example
Text Example
White with #60719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60719A; }
p { color: rgb(96,113,154); }
H1.HeaderClassName
{
color: #60719A;
}
.AnyTagClassName
{
color: #60719A;
}
</style>
background-color css
<style>
a { background-color: #60719A; }
a { background-color: rgb(96,113,154); }
div.DivClassName
{
background-color: #60719A;
}
.BgClassName
{
background-color: #60719A;
}
</style>
border-color css
<style>
span { border-color: #60719A; }
span { border-color: rgb(96,113,154); }
td.TdClassName
{
border-color: #60719A;
}
.TagClassName
{
border-color: #60719A;
}
</style>