Shades of Waikawa Grey #606D8E
Tints of Waikawa Grey #606D8E
RGB
CMYK
RGB Variations
Color information
#606D8E (or 0x606D8E) is known color: Waikawa Grey. HEX triplet: 60, 6D and 8E. RGB value is (96,109,142). Sum of RGB (Red+Green+Blue) = 96+109+142=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #606D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606D8E is #9F9271. Grayscale: #6C6C6C. Windows color (decimal): -10457714 or 9334112. OLE color: 9334112.
HSL color Cylindrical-coordinate representation of color #606D8E: hue angle of 223.04º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #606D8E is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 109 | 142 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.44 |
| HSL | 223.04º | 0.19% | 0.47% | - |
| HSV(B) | 223.04º | 0.32% | 0.56% | - |
| XYZ | 15.18 | 15.38 | 27.76 | - |
| YUV | 108.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 142 | 0.32 | 0.23 | 0 | 0.44 | 223.04 | 0.19 | 0.47 |
| Hex | 60 | 6D | 8E | 20 | 17 | 0 | 2C | DF | 13 | 2F |
| Octal | 140 | 155 | 216 | 40 | 27 | 0 | 54 | 337 | 23 | 57 |
| Binary | 1100000 | 1101101 | 10001110 | 100000 | 10111 | 0 | 101100 | 11011111 | 10011 | 101111 |
Color Harmonies of #606D8E
Complementary color
Monochromatic Colors of #606D8E
Black with #606D8E
Text Example
Text Example
White with #606D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D8E; }
p { color: rgb(96,109,142); }
H1.HeaderClassName
{
color: #606D8E;
}
.AnyTagClassName
{
color: #606D8E;
}
</style>
background-color css
<style>
a { background-color: #606D8E; }
a { background-color: rgb(96,109,142); }
div.DivClassName
{
background-color: #606D8E;
}
.BgClassName
{
background-color: #606D8E;
}
</style>
border-color css
<style>
span { border-color: #606D8E; }
span { border-color: rgb(96,109,142); }
td.TdClassName
{
border-color: #606D8E;
}
.TagClassName
{
border-color: #606D8E;
}
</style>