Shades of Waikawa Grey #6D779C
Tints of Waikawa Grey #6D779C
RGB
CMYK
RGB Variations
Color information
#6D779C (or 0x6D779C) is known color: Waikawa Grey. HEX triplet: 6D, 77 and 9C. RGB value is (109,119,156). Sum of RGB (Red+Green+Blue) = 109+119+156=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D779C is #928863. Grayscale: #787878. Windows color (decimal): -9603172 or 10254189. OLE color: 10254189.
HSL color Cylindrical-coordinate representation of color #6D779C: hue angle of 227.23º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D779C is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 119 | 156 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.39 |
| HSL | 227.23º | 0.19% | 0.52% | - |
| HSV(B) | 227.23º | 0.3% | 0.61% | - |
| XYZ | 18.9 | 18.85 | 34.09 | - |
| YUV | 120.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 156 | 0.30 | 0.24 | 0 | 0.39 | 227.23 | 0.19 | 0.52 |
| Hex | 6D | 77 | 9C | 1E | 18 | 0 | 27 | E3 | 13 | 34 |
| Octal | 155 | 167 | 234 | 36 | 30 | 0 | 47 | 343 | 23 | 64 |
| Binary | 1101101 | 1110111 | 10011100 | 11110 | 11000 | 0 | 100111 | 11100011 | 10011 | 110100 |
Color Harmonies of #6D779C
Complementary color
Monochromatic Colors of #6D779C
Black with #6D779C
Text Example
Text Example
White with #6D779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D779C; }
p { color: rgb(109,119,156); }
H1.HeaderClassName
{
color: #6D779C;
}
.AnyTagClassName
{
color: #6D779C;
}
</style>
background-color css
<style>
a { background-color: #6D779C; }
a { background-color: rgb(109,119,156); }
div.DivClassName
{
background-color: #6D779C;
}
.BgClassName
{
background-color: #6D779C;
}
</style>
border-color css
<style>
span { border-color: #6D779C; }
span { border-color: rgb(109,119,156); }
td.TdClassName
{
border-color: #6D779C;
}
.TagClassName
{
border-color: #6D779C;
}
</style>