Shades of Waikawa Grey #6E759A
Tints of Waikawa Grey #6E759A
RGB
CMYK
RGB Variations
Color information
#6E759A (or 0x6E759A) is known color: Waikawa Grey. HEX triplet: 6E, 75 and 9A. RGB value is (110,117,154). Sum of RGB (Red+Green+Blue) = 110+117+154=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E759A is #918A65. Grayscale: #767676. Windows color (decimal): -9538150 or 10122606. OLE color: 10122606.
HSL color Cylindrical-coordinate representation of color #6E759A: hue angle of 230.45º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E759A is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 117 | 154 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.40 |
| HSL | 230.45º | 0.18% | 0.52% | - |
| HSV(B) | 230.45º | 0.29% | 0.6% | - |
| XYZ | 18.62 | 18.37 | 33.14 | - |
| YUV | 119.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 154 | 0.29 | 0.24 | 0 | 0.40 | 230.45 | 0.18 | 0.52 |
| Hex | 6E | 75 | 9A | 1D | 18 | 0 | 28 | E6 | 12 | 34 |
| Octal | 156 | 165 | 232 | 35 | 30 | 0 | 50 | 346 | 22 | 64 |
| Binary | 1101110 | 1110101 | 10011010 | 11101 | 11000 | 0 | 101000 | 11100110 | 10010 | 110100 |
Color Harmonies of #6E759A
Complementary color
Monochromatic Colors of #6E759A
Black with #6E759A
Text Example
Text Example
White with #6E759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E759A; }
p { color: rgb(110,117,154); }
H1.HeaderClassName
{
color: #6E759A;
}
.AnyTagClassName
{
color: #6E759A;
}
</style>
background-color css
<style>
a { background-color: #6E759A; }
a { background-color: rgb(110,117,154); }
div.DivClassName
{
background-color: #6E759A;
}
.BgClassName
{
background-color: #6E759A;
}
</style>
border-color css
<style>
span { border-color: #6E759A; }
span { border-color: rgb(110,117,154); }
td.TdClassName
{
border-color: #6E759A;
}
.TagClassName
{
border-color: #6E759A;
}
</style>