Shades of Waikawa Grey #6F779A
Tints of Waikawa Grey #6F779A
RGB
CMYK
RGB Variations
Color information
#6F779A (or 0x6F779A) is known color: Waikawa Grey. HEX triplet: 6F, 77 and 9A. RGB value is (111,119,154). Sum of RGB (Red+Green+Blue) = 111+119+154=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 119 (46.88% from 255 or 30.99% 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 #6F779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F779A is #908865. Grayscale: #787878. Windows color (decimal): -9472102 or 10123119. OLE color: 10123119.
HSL color Cylindrical-coordinate representation of color #6F779A: hue angle of 228.84º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F779A is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 119 | 154 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.40 |
| HSL | 228.84º | 0.18% | 0.52% | - |
| HSV(B) | 228.84º | 0.28% | 0.6% | - |
| XYZ | 18.99 | 18.91 | 33.22 | - |
| YUV | 120.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 154 | 0.28 | 0.23 | 0 | 0.40 | 228.84 | 0.18 | 0.52 |
| Hex | 6F | 77 | 9A | 1C | 17 | 0 | 28 | E5 | 12 | 34 |
| Octal | 157 | 167 | 232 | 34 | 27 | 0 | 50 | 345 | 22 | 64 |
| Binary | 1101111 | 1110111 | 10011010 | 11100 | 10111 | 0 | 101000 | 11100101 | 10010 | 110100 |
Color Harmonies of #6F779A
Complementary color
Monochromatic Colors of #6F779A
Black with #6F779A
Text Example
Text Example
White with #6F779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F779A; }
p { color: rgb(111,119,154); }
H1.HeaderClassName
{
color: #6F779A;
}
.AnyTagClassName
{
color: #6F779A;
}
</style>
background-color css
<style>
a { background-color: #6F779A; }
a { background-color: rgb(111,119,154); }
div.DivClassName
{
background-color: #6F779A;
}
.BgClassName
{
background-color: #6F779A;
}
</style>
border-color css
<style>
span { border-color: #6F779A; }
span { border-color: rgb(111,119,154); }
td.TdClassName
{
border-color: #6F779A;
}
.TagClassName
{
border-color: #6F779A;
}
</style>