Shades of Waikawa Grey #606882
Tints of Waikawa Grey #606882
RGB
CMYK
RGB Variations
Color information
#606882 (or 0x606882) is known color: Waikawa Grey. HEX triplet: 60, 68 and 82. RGB value is (96,104,130). Sum of RGB (Red+Green+Blue) = 96+104+130=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #606882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606882 is #9F977D. Grayscale: #686868. Windows color (decimal): -10459006 or 8546400. OLE color: 8546400.
HSL color Cylindrical-coordinate representation of color #606882: hue angle of 225.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #606882 is Cyan = 0.26, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 104 | 130 | - |
| CMYK | 0.26 | 0.2 | 0 | 0.49 |
| HSL | 225.88º | 0.15% | 0.44% | - |
| HSV(B) | 225.88º | 0.26% | 0.51% | - |
| XYZ | 13.8 | 14 | 23.09 | - |
| YUV | 104.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 130 | 0.26 | 0.2 | 0 | 0.49 | 225.88 | 0.15 | 0.44 |
| Hex | 60 | 68 | 82 | 1A | 14 | 0 | 31 | E2 | F | 2C |
| Octal | 140 | 150 | 202 | 32 | 24 | 0 | 61 | 342 | 17 | 54 |
| Binary | 1100000 | 1101000 | 10000010 | 11010 | 10100 | 0 | 110001 | 11100010 | 1111 | 101100 |
Color Harmonies of #606882
Complementary color
Monochromatic Colors of #606882
Black with #606882
Text Example
Text Example
White with #606882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606882; }
p { color: rgb(96,104,130); }
H1.HeaderClassName
{
color: #606882;
}
.AnyTagClassName
{
color: #606882;
}
</style>
background-color css
<style>
a { background-color: #606882; }
a { background-color: rgb(96,104,130); }
div.DivClassName
{
background-color: #606882;
}
.BgClassName
{
background-color: #606882;
}
</style>
border-color css
<style>
span { border-color: #606882; }
span { border-color: rgb(96,104,130); }
td.TdClassName
{
border-color: #606882;
}
.TagClassName
{
border-color: #606882;
}
</style>