Shades of Waikawa Grey #6E789A
Tints of Waikawa Grey #6E789A
RGB
CMYK
RGB Variations
Color information
#6E789A (or 0x6E789A) is known color: Waikawa Grey. HEX triplet: 6E, 78 and 9A. RGB value is (110,120,154). Sum of RGB (Red+Green+Blue) = 110+120+154=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E789A is #918765. Grayscale: #787878. Windows color (decimal): -9537382 or 10123374. OLE color: 10123374.
HSL color Cylindrical-coordinate representation of color #6E789A: hue angle of 226.36º 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 #6E789A is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 120 | 154 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.40 |
| HSL | 226.36º | 0.18% | 0.52% | - |
| HSV(B) | 226.36º | 0.29% | 0.6% | - |
| XYZ | 18.98 | 19.08 | 33.25 | - |
| YUV | 120.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 154 | 0.29 | 0.22 | 0 | 0.40 | 226.36 | 0.18 | 0.52 |
| Hex | 6E | 78 | 9A | 1D | 16 | 0 | 28 | E2 | 12 | 34 |
| Octal | 156 | 170 | 232 | 35 | 26 | 0 | 50 | 342 | 22 | 64 |
| Binary | 1101110 | 1111000 | 10011010 | 11101 | 10110 | 0 | 101000 | 11100010 | 10010 | 110100 |
Color Harmonies of #6E789A
Complementary color
Monochromatic Colors of #6E789A
Black with #6E789A
Text Example
Text Example
White with #6E789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E789A; }
p { color: rgb(110,120,154); }
H1.HeaderClassName
{
color: #6E789A;
}
.AnyTagClassName
{
color: #6E789A;
}
</style>
background-color css
<style>
a { background-color: #6E789A; }
a { background-color: rgb(110,120,154); }
div.DivClassName
{
background-color: #6E789A;
}
.BgClassName
{
background-color: #6E789A;
}
</style>
border-color css
<style>
span { border-color: #6E789A; }
span { border-color: rgb(110,120,154); }
td.TdClassName
{
border-color: #6E789A;
}
.TagClassName
{
border-color: #6E789A;
}
</style>