Shades of Waikawa Grey #606A8B
Tints of Waikawa Grey #606A8B
RGB
CMYK
RGB Variations
Color information
#606A8B (or 0x606A8B) is known color: Waikawa Grey. HEX triplet: 60, 6A and 8B. RGB value is (96,106,139). Sum of RGB (Red+Green+Blue) = 96+106+139=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #606A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606A8B is #9F9574. Grayscale: #6A6A6A. Windows color (decimal): -10458485 or 9136736. OLE color: 9136736.
HSL color Cylindrical-coordinate representation of color #606A8B: hue angle of 226.05º degrees, saturation: 0.18, 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 #606A8B is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 106 | 139 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.45 |
| HSL | 226.05º | 0.18% | 0.46% | - |
| HSV(B) | 226.05º | 0.31% | 0.55% | - |
| XYZ | 14.64 | 14.66 | 26.48 | - |
| YUV | 106.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 139 | 0.31 | 0.24 | 0 | 0.45 | 226.05 | 0.18 | 0.46 |
| Hex | 60 | 6A | 8B | 1F | 18 | 0 | 2D | E2 | 12 | 2E |
| Octal | 140 | 152 | 213 | 37 | 30 | 0 | 55 | 342 | 22 | 56 |
| Binary | 1100000 | 1101010 | 10001011 | 11111 | 11000 | 0 | 101101 | 11100010 | 10010 | 101110 |
Color Harmonies of #606A8B
Complementary color
Monochromatic Colors of #606A8B
Black with #606A8B
Text Example
Text Example
White with #606A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606A8B; }
p { color: rgb(96,106,139); }
H1.HeaderClassName
{
color: #606A8B;
}
.AnyTagClassName
{
color: #606A8B;
}
</style>
background-color css
<style>
a { background-color: #606A8B; }
a { background-color: rgb(96,106,139); }
div.DivClassName
{
background-color: #606A8B;
}
.BgClassName
{
background-color: #606A8B;
}
</style>
border-color css
<style>
span { border-color: #606A8B; }
span { border-color: rgb(96,106,139); }
td.TdClassName
{
border-color: #606A8B;
}
.TagClassName
{
border-color: #606A8B;
}
</style>