Shades of Waikawa Grey #606D8C
Tints of Waikawa Grey #606D8C
RGB
CMYK
RGB Variations
Color information
#606D8C (or 0x606D8C) is known color: Waikawa Grey. HEX triplet: 60, 6D and 8C. RGB value is (96,109,140). Sum of RGB (Red+Green+Blue) = 96+109+140=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #606D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606D8C is #9F9273. Grayscale: #6C6C6C. Windows color (decimal): -10457716 or 9203040. OLE color: 9203040.
HSL color Cylindrical-coordinate representation of color #606D8C: hue angle of 222.27º 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 #606D8C is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 109 | 140 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.45 |
| HSL | 222.27º | 0.19% | 0.46% | - |
| HSV(B) | 222.27º | 0.31% | 0.55% | - |
| XYZ | 15.03 | 15.32 | 26.98 | - |
| YUV | 108.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 140 | 0.31 | 0.22 | 0 | 0.45 | 222.27 | 0.19 | 0.46 |
| Hex | 60 | 6D | 8C | 1F | 16 | 0 | 2D | DE | 13 | 2E |
| Octal | 140 | 155 | 214 | 37 | 26 | 0 | 55 | 336 | 23 | 56 |
| Binary | 1100000 | 1101101 | 10001100 | 11111 | 10110 | 0 | 101101 | 11011110 | 10011 | 101110 |
Color Harmonies of #606D8C
Complementary color
Monochromatic Colors of #606D8C
Black with #606D8C
Text Example
Text Example
White with #606D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D8C; }
p { color: rgb(96,109,140); }
H1.HeaderClassName
{
color: #606D8C;
}
.AnyTagClassName
{
color: #606D8C;
}
</style>
background-color css
<style>
a { background-color: #606D8C; }
a { background-color: rgb(96,109,140); }
div.DivClassName
{
background-color: #606D8C;
}
.BgClassName
{
background-color: #606D8C;
}
</style>
border-color css
<style>
span { border-color: #606D8C; }
span { border-color: rgb(96,109,140); }
td.TdClassName
{
border-color: #606D8C;
}
.TagClassName
{
border-color: #606D8C;
}
</style>