Shades of Waikawa Grey #6E769A
Tints of Waikawa Grey #6E769A
RGB
CMYK
RGB Variations
Color information
#6E769A (or 0x6E769A) is known color: Waikawa Grey. HEX triplet: 6E, 76 and 9A. RGB value is (110,118,154). Sum of RGB (Red+Green+Blue) = 110+118+154=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E769A is #918965. Grayscale: #777777. Windows color (decimal): -9537894 or 10122862. OLE color: 10122862.
HSL color Cylindrical-coordinate representation of color #6E769A: hue angle of 229.09º 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 #6E769A is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 118 | 154 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.40 |
| HSL | 229.09º | 0.18% | 0.52% | - |
| HSV(B) | 229.09º | 0.29% | 0.6% | - |
| XYZ | 18.74 | 18.6 | 33.18 | - |
| YUV | 119.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 154 | 0.29 | 0.23 | 0 | 0.40 | 229.09 | 0.18 | 0.52 |
| Hex | 6E | 76 | 9A | 1D | 17 | 0 | 28 | E5 | 12 | 34 |
| Octal | 156 | 166 | 232 | 35 | 27 | 0 | 50 | 345 | 22 | 64 |
| Binary | 1101110 | 1110110 | 10011010 | 11101 | 10111 | 0 | 101000 | 11100101 | 10010 | 110100 |
Color Harmonies of #6E769A
Complementary color
Monochromatic Colors of #6E769A
Black with #6E769A
Text Example
Text Example
White with #6E769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E769A; }
p { color: rgb(110,118,154); }
H1.HeaderClassName
{
color: #6E769A;
}
.AnyTagClassName
{
color: #6E769A;
}
</style>
background-color css
<style>
a { background-color: #6E769A; }
a { background-color: rgb(110,118,154); }
div.DivClassName
{
background-color: #6E769A;
}
.BgClassName
{
background-color: #6E769A;
}
</style>
border-color css
<style>
span { border-color: #6E769A; }
span { border-color: rgb(110,118,154); }
td.TdClassName
{
border-color: #6E769A;
}
.TagClassName
{
border-color: #6E769A;
}
</style>