Shades of Waikawa Grey #606A8C
Tints of Waikawa Grey #606A8C
RGB
CMYK
RGB Variations
Color information
#606A8C (or 0x606A8C) is known color: Waikawa Grey. HEX triplet: 60, 6A and 8C. RGB value is (96,106,140). Sum of RGB (Red+Green+Blue) = 96+106+140=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #606A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606A8C is #9F9573. Grayscale: #6A6A6A. Windows color (decimal): -10458484 or 9202272. OLE color: 9202272.
HSL color Cylindrical-coordinate representation of color #606A8C: hue angle of 226.36º 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 #606A8C is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 106 | 140 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.45 |
| HSL | 226.36º | 0.19% | 0.46% | - |
| HSV(B) | 226.36º | 0.31% | 0.55% | - |
| XYZ | 14.71 | 14.69 | 26.87 | - |
| YUV | 106.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 140 | 0.31 | 0.24 | 0 | 0.45 | 226.36 | 0.19 | 0.46 |
| Hex | 60 | 6A | 8C | 1F | 18 | 0 | 2D | E2 | 13 | 2E |
| Octal | 140 | 152 | 214 | 37 | 30 | 0 | 55 | 342 | 23 | 56 |
| Binary | 1100000 | 1101010 | 10001100 | 11111 | 11000 | 0 | 101101 | 11100010 | 10011 | 101110 |
Color Harmonies of #606A8C
Complementary color
Monochromatic Colors of #606A8C
Black with #606A8C
Text Example
Text Example
White with #606A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606A8C; }
p { color: rgb(96,106,140); }
H1.HeaderClassName
{
color: #606A8C;
}
.AnyTagClassName
{
color: #606A8C;
}
</style>
background-color css
<style>
a { background-color: #606A8C; }
a { background-color: rgb(96,106,140); }
div.DivClassName
{
background-color: #606A8C;
}
.BgClassName
{
background-color: #606A8C;
}
</style>
border-color css
<style>
span { border-color: #606A8C; }
span { border-color: rgb(96,106,140); }
td.TdClassName
{
border-color: #606A8C;
}
.TagClassName
{
border-color: #606A8C;
}
</style>