Shades of Raven #6D7075
Tints of Raven #6D7075
RGB
CMYK
RGB Variations
Color information
#6D7075 (or 0x6D7075) is known color: Raven. HEX triplet: 6D, 70 and 75. RGB value is (109,112,117). Sum of RGB (Red+Green+Blue) = 109+112+117=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D7075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7075 is #928F8A. Grayscale: #6F6F6F. Windows color (decimal): -9605003 or 7696493. OLE color: 7696493.
HSL color Cylindrical-coordinate representation of color #6D7075: hue angle of 217.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6D7075 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 112 | 117 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.54 |
| HSL | 217.5º | 0.04% | 0.44% | - |
| HSV(B) | 217.5º | 0.07% | 0.46% | - |
| XYZ | 15.31 | 16.12 | 19.13 | - |
| YUV | 111.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 117 | 0.07 | 0.04 | 0 | 0.54 | 217.5 | 0.04 | 0.44 |
| Hex | 6D | 70 | 75 | 7 | 4 | 0 | 36 | DA | 4 | 2C |
| Octal | 155 | 160 | 165 | 7 | 4 | 0 | 66 | 332 | 4 | 54 |
| Binary | 1101101 | 1110000 | 1110101 | 111 | 100 | 0 | 110110 | 11011010 | 100 | 101100 |
Color Harmonies of #6D7075
Complementary color
Monochromatic Colors of #6D7075
Black with #6D7075
Text Example
Text Example
White with #6D7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7075; }
p { color: rgb(109,112,117); }
H1.HeaderClassName
{
color: #6D7075;
}
.AnyTagClassName
{
color: #6D7075;
}
</style>
background-color css
<style>
a { background-color: #6D7075; }
a { background-color: rgb(109,112,117); }
div.DivClassName
{
background-color: #6D7075;
}
.BgClassName
{
background-color: #6D7075;
}
</style>
border-color css
<style>
span { border-color: #6D7075; }
span { border-color: rgb(109,112,117); }
td.TdClassName
{
border-color: #6D7075;
}
.TagClassName
{
border-color: #6D7075;
}
</style>