Shades of Waikawa Grey #606B8A
Tints of Waikawa Grey #606B8A
RGB
CMYK
RGB Variations
Color information
#606B8A (or 0x606B8A) is known color: Waikawa Grey. HEX triplet: 60, 6B and 8A. RGB value is (96,107,138). Sum of RGB (Red+Green+Blue) = 96+107+138=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #606B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B8A is #9F9475. Grayscale: #6B6B6B. Windows color (decimal): -10458230 or 9071456. OLE color: 9071456.
HSL color Cylindrical-coordinate representation of color #606B8A: hue angle of 224.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #606B8A is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 107 | 138 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.46 |
| HSL | 224.29º | 0.18% | 0.46% | - |
| HSV(B) | 224.29º | 0.3% | 0.54% | - |
| XYZ | 14.67 | 14.84 | 26.14 | - |
| YUV | 107.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 138 | 0.30 | 0.22 | 0 | 0.46 | 224.29 | 0.18 | 0.46 |
| Hex | 60 | 6B | 8A | 1E | 16 | 0 | 2E | E0 | 12 | 2E |
| Octal | 140 | 153 | 212 | 36 | 26 | 0 | 56 | 340 | 22 | 56 |
| Binary | 1100000 | 1101011 | 10001010 | 11110 | 10110 | 0 | 101110 | 11100000 | 10010 | 101110 |
Color Harmonies of #606B8A
Complementary color
Monochromatic Colors of #606B8A
Black with #606B8A
Text Example
Text Example
White with #606B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B8A; }
p { color: rgb(96,107,138); }
H1.HeaderClassName
{
color: #606B8A;
}
.AnyTagClassName
{
color: #606B8A;
}
</style>
background-color css
<style>
a { background-color: #606B8A; }
a { background-color: rgb(96,107,138); }
div.DivClassName
{
background-color: #606B8A;
}
.BgClassName
{
background-color: #606B8A;
}
</style>
border-color css
<style>
span { border-color: #606B8A; }
span { border-color: rgb(96,107,138); }
td.TdClassName
{
border-color: #606B8A;
}
.TagClassName
{
border-color: #606B8A;
}
</style>