Shades of Raven #6D7176
Tints of Raven #6D7176
RGB
CMYK
RGB Variations
Color information
#6D7176 (or 0x6D7176) is known color: Raven. HEX triplet: 6D, 71 and 76. RGB value is (109,113,118). Sum of RGB (Red+Green+Blue) = 109+113+118=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D7176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7176 is #928E89. Grayscale: #707070. Windows color (decimal): -9604746 or 7762285. OLE color: 7762285.
HSL color Cylindrical-coordinate representation of color #6D7176: hue angle of 213.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D7176 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 113 | 118 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.54 |
| HSL | 213.33º | 0.04% | 0.45% | - |
| HSV(B) | 213.33º | 0.08% | 0.46% | - |
| XYZ | 15.48 | 16.37 | 19.48 | - |
| YUV | 112.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 118 | 0.08 | 0.04 | 0 | 0.54 | 213.33 | 0.04 | 0.45 |
| Hex | 6D | 71 | 76 | 8 | 4 | 0 | 36 | D5 | 4 | 2D |
| Octal | 155 | 161 | 166 | 10 | 4 | 0 | 66 | 325 | 4 | 55 |
| Binary | 1101101 | 1110001 | 1110110 | 1000 | 100 | 0 | 110110 | 11010101 | 100 | 101101 |
Color Harmonies of #6D7176
Complementary color
Monochromatic Colors of #6D7176
Black with #6D7176
Text Example
Text Example
White with #6D7176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7176; }
p { color: rgb(109,113,118); }
H1.HeaderClassName
{
color: #6D7176;
}
.AnyTagClassName
{
color: #6D7176;
}
</style>
background-color css
<style>
a { background-color: #6D7176; }
a { background-color: rgb(109,113,118); }
div.DivClassName
{
background-color: #6D7176;
}
.BgClassName
{
background-color: #6D7176;
}
</style>
border-color css
<style>
span { border-color: #6D7176; }
span { border-color: rgb(109,113,118); }
td.TdClassName
{
border-color: #6D7176;
}
.TagClassName
{
border-color: #6D7176;
}
</style>