Shades of Raven #6D747A
Tints of Raven #6D747A
RGB
CMYK
RGB Variations
Color information
#6D747A (or 0x6D747A) is known color: Raven. HEX triplet: 6D, 74 and 7A. RGB value is (109,116,122). Sum of RGB (Red+Green+Blue) = 109+116+122=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D747A is #928B85. Grayscale: #727272. Windows color (decimal): -9603974 or 8025197. OLE color: 8025197.
HSL color Cylindrical-coordinate representation of color #6D747A: hue angle of 207.69º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D747A is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 116 | 122 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.52 |
| HSL | 207.69º | 0.06% | 0.45% | - |
| HSV(B) | 207.69º | 0.11% | 0.48% | - |
| XYZ | 16.06 | 17.15 | 20.88 | - |
| YUV | 114.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 122 | 0.11 | 0.05 | 0 | 0.52 | 207.69 | 0.06 | 0.45 |
| Hex | 6D | 74 | 7A | B | 5 | 0 | 34 | D0 | 6 | 2D |
| Octal | 155 | 164 | 172 | 13 | 5 | 0 | 64 | 320 | 6 | 55 |
| Binary | 1101101 | 1110100 | 1111010 | 1011 | 101 | 0 | 110100 | 11010000 | 110 | 101101 |
Color Harmonies of #6D747A
Complementary color
Monochromatic Colors of #6D747A
Black with #6D747A
Text Example
Text Example
White with #6D747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D747A; }
p { color: rgb(109,116,122); }
H1.HeaderClassName
{
color: #6D747A;
}
.AnyTagClassName
{
color: #6D747A;
}
</style>
background-color css
<style>
a { background-color: #6D747A; }
a { background-color: rgb(109,116,122); }
div.DivClassName
{
background-color: #6D747A;
}
.BgClassName
{
background-color: #6D747A;
}
</style>
border-color css
<style>
span { border-color: #6D747A; }
span { border-color: rgb(109,116,122); }
td.TdClassName
{
border-color: #6D747A;
}
.TagClassName
{
border-color: #6D747A;
}
</style>