Shades of Waikawa Grey #606893
Tints of Waikawa Grey #606893
RGB
CMYK
RGB Variations
Color information
#606893 (or 0x606893) is known color: Waikawa Grey. HEX triplet: 60, 68 and 93. RGB value is (96,104,147). Sum of RGB (Red+Green+Blue) = 96+104+147=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #606893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606893 is #9F976C. Grayscale: #6A6A6A. Windows color (decimal): -10458989 or 9660512. OLE color: 9660512.
HSL color Cylindrical-coordinate representation of color #606893: hue angle of 230.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #606893 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 104 | 147 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.42 |
| HSL | 230.59º | 0.21% | 0.48% | - |
| HSV(B) | 230.59º | 0.35% | 0.58% | - |
| XYZ | 15.04 | 14.49 | 29.61 | - |
| YUV | 106.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 147 | 0.35 | 0.29 | 0 | 0.42 | 230.59 | 0.21 | 0.48 |
| Hex | 60 | 68 | 93 | 23 | 1D | 0 | 2A | E7 | 15 | 30 |
| Octal | 140 | 150 | 223 | 43 | 35 | 0 | 52 | 347 | 25 | 60 |
| Binary | 1100000 | 1101000 | 10010011 | 100011 | 11101 | 0 | 101010 | 11100111 | 10101 | 110000 |
Color Harmonies of #606893
Complementary color
Monochromatic Colors of #606893
Black with #606893
Text Example
Text Example
White with #606893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606893; }
p { color: rgb(96,104,147); }
H1.HeaderClassName
{
color: #606893;
}
.AnyTagClassName
{
color: #606893;
}
</style>
background-color css
<style>
a { background-color: #606893; }
a { background-color: rgb(96,104,147); }
div.DivClassName
{
background-color: #606893;
}
.BgClassName
{
background-color: #606893;
}
</style>
border-color css
<style>
span { border-color: #606893; }
span { border-color: rgb(96,104,147); }
td.TdClassName
{
border-color: #606893;
}
.TagClassName
{
border-color: #606893;
}
</style>