Shades of Waikawa Grey #606A9C
Tints of Waikawa Grey #606A9C
RGB
CMYK
RGB Variations
Color information
#606A9C (or 0x606A9C) is known color: Waikawa Grey. HEX triplet: 60, 6A and 9C. RGB value is (96,106,156). Sum of RGB (Red+Green+Blue) = 96+106+156=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #606A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606A9C is #9F9563. Grayscale: #6C6C6C. Windows color (decimal): -10458468 or 10250848. OLE color: 10250848.
HSL color Cylindrical-coordinate representation of color #606A9C: hue angle of 230º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #606A9C is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 106 | 156 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.39 |
| HSL | 230º | 0.24% | 0.49% | - |
| HSV(B) | 230º | 0.38% | 0.61% | - |
| XYZ | 15.98 | 15.2 | 33.54 | - |
| YUV | 108.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 156 | 0.38 | 0.32 | 0 | 0.39 | 230 | 0.24 | 0.49 |
| Hex | 60 | 6A | 9C | 26 | 20 | 0 | 27 | E6 | 18 | 31 |
| Octal | 140 | 152 | 234 | 46 | 40 | 0 | 47 | 346 | 30 | 61 |
| Binary | 1100000 | 1101010 | 10011100 | 100110 | 100000 | 0 | 100111 | 11100110 | 11000 | 110001 |
Color Harmonies of #606A9C
Complementary color
Monochromatic Colors of #606A9C
Black with #606A9C
Text Example
Text Example
White with #606A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606A9C; }
p { color: rgb(96,106,156); }
H1.HeaderClassName
{
color: #606A9C;
}
.AnyTagClassName
{
color: #606A9C;
}
</style>
background-color css
<style>
a { background-color: #606A9C; }
a { background-color: rgb(96,106,156); }
div.DivClassName
{
background-color: #606A9C;
}
.BgClassName
{
background-color: #606A9C;
}
</style>
border-color css
<style>
span { border-color: #606A9C; }
span { border-color: rgb(96,106,156); }
td.TdClassName
{
border-color: #606A9C;
}
.TagClassName
{
border-color: #606A9C;
}
</style>