Shades of Raven #6E737C
Tints of Raven #6E737C
RGB
CMYK
RGB Variations
Color information
#6E737C (or 0x6E737C) is known color: Raven. HEX triplet: 6E, 73 and 7C. RGB value is (110,115,124). Sum of RGB (Red+Green+Blue) = 110+115+124=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E737C is #918C83. Grayscale: #727272. Windows color (decimal): -9538692 or 8156014. OLE color: 8156014.
HSL color Cylindrical-coordinate representation of color #6E737C: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E737C is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 115 | 124 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.51 |
| HSL | 218.57º | 0.06% | 0.46% | - |
| HSV(B) | 218.57º | 0.11% | 0.49% | - |
| XYZ | 16.2 | 17.03 | 21.5 | - |
| YUV | 114.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 124 | 0.11 | 0.07 | 0 | 0.51 | 218.57 | 0.06 | 0.46 |
| Hex | 6E | 73 | 7C | B | 7 | 0 | 33 | DB | 6 | 2E |
| Octal | 156 | 163 | 174 | 13 | 7 | 0 | 63 | 333 | 6 | 56 |
| Binary | 1101110 | 1110011 | 1111100 | 1011 | 111 | 0 | 110011 | 11011011 | 110 | 101110 |
Color Harmonies of #6E737C
Complementary color
Monochromatic Colors of #6E737C
Black with #6E737C
Text Example
Text Example
White with #6E737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E737C; }
p { color: rgb(110,115,124); }
H1.HeaderClassName
{
color: #6E737C;
}
.AnyTagClassName
{
color: #6E737C;
}
</style>
background-color css
<style>
a { background-color: #6E737C; }
a { background-color: rgb(110,115,124); }
div.DivClassName
{
background-color: #6E737C;
}
.BgClassName
{
background-color: #6E737C;
}
</style>
border-color css
<style>
span { border-color: #6E737C; }
span { border-color: rgb(110,115,124); }
td.TdClassName
{
border-color: #6E737C;
}
.TagClassName
{
border-color: #6E737C;
}
</style>