Shades of Raven #6E777E
Tints of Raven #6E777E
RGB
CMYK
RGB Variations
Color information
#6E777E (or 0x6E777E) is known color: Raven. HEX triplet: 6E, 77 and 7E. RGB value is (110,119,126). Sum of RGB (Red+Green+Blue) = 110+119+126=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E777E is #918881. Grayscale: #757575. Windows color (decimal): -9537666 or 8288110. OLE color: 8288110.
HSL color Cylindrical-coordinate representation of color #6E777E: hue angle of 206.25º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E777E is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 119 | 126 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.51 |
| HSL | 206.25º | 0.07% | 0.46% | - |
| HSV(B) | 206.25º | 0.13% | 0.49% | - |
| XYZ | 16.79 | 18.02 | 22.33 | - |
| YUV | 117.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 126 | 0.13 | 0.06 | 0 | 0.51 | 206.25 | 0.07 | 0.46 |
| Hex | 6E | 77 | 7E | D | 6 | 0 | 33 | CE | 7 | 2E |
| Octal | 156 | 167 | 176 | 15 | 6 | 0 | 63 | 316 | 7 | 56 |
| Binary | 1101110 | 1110111 | 1111110 | 1101 | 110 | 0 | 110011 | 11001110 | 111 | 101110 |
Color Harmonies of #6E777E
Complementary color
Monochromatic Colors of #6E777E
Black with #6E777E
Text Example
Text Example
White with #6E777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E777E; }
p { color: rgb(110,119,126); }
H1.HeaderClassName
{
color: #6E777E;
}
.AnyTagClassName
{
color: #6E777E;
}
</style>
background-color css
<style>
a { background-color: #6E777E; }
a { background-color: rgb(110,119,126); }
div.DivClassName
{
background-color: #6E777E;
}
.BgClassName
{
background-color: #6E777E;
}
</style>
border-color css
<style>
span { border-color: #6E777E; }
span { border-color: rgb(110,119,126); }
td.TdClassName
{
border-color: #6E777E;
}
.TagClassName
{
border-color: #6E777E;
}
</style>