Shades of Waikawa Grey #606E8C
Tints of Waikawa Grey #606E8C
RGB
CMYK
RGB Variations
Color information
#606E8C (or 0x606E8C) is known color: Waikawa Grey. HEX triplet: 60, 6E and 8C. RGB value is (96,110,140). Sum of RGB (Red+Green+Blue) = 96+110+140=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #606E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606E8C is #9F9173. Grayscale: #6D6D6D. Windows color (decimal): -10457460 or 9203296. OLE color: 9203296.
HSL color Cylindrical-coordinate representation of color #606E8C: hue angle of 220.91º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #606E8C is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 110 | 140 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.45 |
| HSL | 220.91º | 0.19% | 0.46% | - |
| HSV(B) | 220.91º | 0.31% | 0.55% | - |
| XYZ | 15.13 | 15.53 | 27.01 | - |
| YUV | 109.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 140 | 0.31 | 0.21 | 0 | 0.45 | 220.91 | 0.19 | 0.46 |
| Hex | 60 | 6E | 8C | 1F | 15 | 0 | 2D | DD | 13 | 2E |
| Octal | 140 | 156 | 214 | 37 | 25 | 0 | 55 | 335 | 23 | 56 |
| Binary | 1100000 | 1101110 | 10001100 | 11111 | 10101 | 0 | 101101 | 11011101 | 10011 | 101110 |
Color Harmonies of #606E8C
Complementary color
Monochromatic Colors of #606E8C
Black with #606E8C
Text Example
Text Example
White with #606E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E8C; }
p { color: rgb(96,110,140); }
H1.HeaderClassName
{
color: #606E8C;
}
.AnyTagClassName
{
color: #606E8C;
}
</style>
background-color css
<style>
a { background-color: #606E8C; }
a { background-color: rgb(96,110,140); }
div.DivClassName
{
background-color: #606E8C;
}
.BgClassName
{
background-color: #606E8C;
}
</style>
border-color css
<style>
span { border-color: #606E8C; }
span { border-color: rgb(96,110,140); }
td.TdClassName
{
border-color: #606E8C;
}
.TagClassName
{
border-color: #606E8C;
}
</style>