Shades of Waikawa Grey #6E779A
Tints of Waikawa Grey #6E779A
RGB
CMYK
RGB Variations
Color information
#6E779A (or 0x6E779A) is known color: Waikawa Grey. HEX triplet: 6E, 77 and 9A. RGB value is (110,119,154). Sum of RGB (Red+Green+Blue) = 110+119+154=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E779A is #918865. Grayscale: #787878. Windows color (decimal): -9537638 or 10123118. OLE color: 10123118.
HSL color Cylindrical-coordinate representation of color #6E779A: hue angle of 227.73º 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 #6E779A is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 119 | 154 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.40 |
| HSL | 227.73º | 0.18% | 0.52% | - |
| HSV(B) | 227.73º | 0.29% | 0.6% | - |
| XYZ | 18.86 | 18.84 | 33.21 | - |
| YUV | 120.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 154 | 0.29 | 0.23 | 0 | 0.40 | 227.73 | 0.18 | 0.52 |
| Hex | 6E | 77 | 9A | 1D | 17 | 0 | 28 | E4 | 12 | 34 |
| Octal | 156 | 167 | 232 | 35 | 27 | 0 | 50 | 344 | 22 | 64 |
| Binary | 1101110 | 1110111 | 10011010 | 11101 | 10111 | 0 | 101000 | 11100100 | 10010 | 110100 |
Color Harmonies of #6E779A
Complementary color
Monochromatic Colors of #6E779A
Black with #6E779A
Text Example
Text Example
White with #6E779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E779A; }
p { color: rgb(110,119,154); }
H1.HeaderClassName
{
color: #6E779A;
}
.AnyTagClassName
{
color: #6E779A;
}
</style>
background-color css
<style>
a { background-color: #6E779A; }
a { background-color: rgb(110,119,154); }
div.DivClassName
{
background-color: #6E779A;
}
.BgClassName
{
background-color: #6E779A;
}
</style>
border-color css
<style>
span { border-color: #6E779A; }
span { border-color: rgb(110,119,154); }
td.TdClassName
{
border-color: #6E779A;
}
.TagClassName
{
border-color: #6E779A;
}
</style>