Shades of Waikawa Grey #606B8E
Tints of Waikawa Grey #606B8E
RGB
CMYK
RGB Variations
Color information
#606B8E (or 0x606B8E) is known color: Waikawa Grey. HEX triplet: 60, 6B and 8E. RGB value is (96,107,142). Sum of RGB (Red+Green+Blue) = 96+107+142=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #606B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B8E is #9F9471. Grayscale: #6B6B6B. Windows color (decimal): -10458226 or 9333600. OLE color: 9333600.
HSL color Cylindrical-coordinate representation of color #606B8E: hue angle of 225.65º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #606B8E is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 107 | 142 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.44 |
| HSL | 225.65º | 0.19% | 0.47% | - |
| HSV(B) | 225.65º | 0.32% | 0.56% | - |
| XYZ | 14.96 | 14.96 | 27.69 | - |
| YUV | 107.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 142 | 0.32 | 0.25 | 0 | 0.44 | 225.65 | 0.19 | 0.47 |
| Hex | 60 | 6B | 8E | 20 | 19 | 0 | 2C | E2 | 13 | 2F |
| Octal | 140 | 153 | 216 | 40 | 31 | 0 | 54 | 342 | 23 | 57 |
| Binary | 1100000 | 1101011 | 10001110 | 100000 | 11001 | 0 | 101100 | 11100010 | 10011 | 101111 |
Color Harmonies of #606B8E
Complementary color
Monochromatic Colors of #606B8E
Black with #606B8E
Text Example
Text Example
White with #606B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B8E; }
p { color: rgb(96,107,142); }
H1.HeaderClassName
{
color: #606B8E;
}
.AnyTagClassName
{
color: #606B8E;
}
</style>
background-color css
<style>
a { background-color: #606B8E; }
a { background-color: rgb(96,107,142); }
div.DivClassName
{
background-color: #606B8E;
}
.BgClassName
{
background-color: #606B8E;
}
</style>
border-color css
<style>
span { border-color: #606B8E; }
span { border-color: rgb(96,107,142); }
td.TdClassName
{
border-color: #606B8E;
}
.TagClassName
{
border-color: #606B8E;
}
</style>