Shades of Waikawa Grey #606982
Tints of Waikawa Grey #606982
RGB
CMYK
RGB Variations
Color information
#606982 (or 0x606982) is known color: Waikawa Grey. HEX triplet: 60, 69 and 82. RGB value is (96,105,130). Sum of RGB (Red+Green+Blue) = 96+105+130=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #606982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606982 is #9F967D. Grayscale: #696969. Windows color (decimal): -10458750 or 8546656. OLE color: 8546656.
HSL color Cylindrical-coordinate representation of color #606982: hue angle of 224.12º 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 #606982 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 105 | 130 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.49 |
| HSL | 224.12º | 0.15% | 0.44% | - |
| HSV(B) | 224.12º | 0.26% | 0.51% | - |
| XYZ | 13.9 | 14.2 | 23.13 | - |
| YUV | 105.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 130 | 0.26 | 0.19 | 0 | 0.49 | 224.12 | 0.15 | 0.44 |
| Hex | 60 | 69 | 82 | 1A | 13 | 0 | 31 | E0 | F | 2C |
| Octal | 140 | 151 | 202 | 32 | 23 | 0 | 61 | 340 | 17 | 54 |
| Binary | 1100000 | 1101001 | 10000010 | 11010 | 10011 | 0 | 110001 | 11100000 | 1111 | 101100 |
Color Harmonies of #606982
Complementary color
Monochromatic Colors of #606982
Black with #606982
Text Example
Text Example
White with #606982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606982; }
p { color: rgb(96,105,130); }
H1.HeaderClassName
{
color: #606982;
}
.AnyTagClassName
{
color: #606982;
}
</style>
background-color css
<style>
a { background-color: #606982; }
a { background-color: rgb(96,105,130); }
div.DivClassName
{
background-color: #606982;
}
.BgClassName
{
background-color: #606982;
}
</style>
border-color css
<style>
span { border-color: #606982; }
span { border-color: rgb(96,105,130); }
td.TdClassName
{
border-color: #606982;
}
.TagClassName
{
border-color: #606982;
}
</style>