Shades of Raven #6D7175
Tints of Raven #6D7175
RGB
CMYK
RGB Variations
Color information
#6D7175 (or 0x6D7175) is known color: Raven. HEX triplet: 6D, 71 and 75. RGB value is (109,113,117). Sum of RGB (Red+Green+Blue) = 109+113+117=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D7175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7175 is #928E8A. Grayscale: #707070. Windows color (decimal): -9604747 or 7696749. OLE color: 7696749.
HSL color Cylindrical-coordinate representation of color #6D7175: hue angle of 210º 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 #6D7175 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 113 | 117 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.54 |
| HSL | 210º | 0.04% | 0.44% | - |
| HSV(B) | 210º | 0.07% | 0.46% | - |
| XYZ | 15.42 | 16.35 | 19.17 | - |
| YUV | 112.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 117 | 0.07 | 0.03 | 0 | 0.54 | 210 | 0.04 | 0.44 |
| Hex | 6D | 71 | 75 | 7 | 3 | 0 | 36 | D2 | 4 | 2C |
| Octal | 155 | 161 | 165 | 7 | 3 | 0 | 66 | 322 | 4 | 54 |
| Binary | 1101101 | 1110001 | 1110101 | 111 | 11 | 0 | 110110 | 11010010 | 100 | 101100 |
Color Harmonies of #6D7175
Complementary color
Monochromatic Colors of #6D7175
Black with #6D7175
Text Example
Text Example
White with #6D7175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7175; }
p { color: rgb(109,113,117); }
H1.HeaderClassName
{
color: #6D7175;
}
.AnyTagClassName
{
color: #6D7175;
}
</style>
background-color css
<style>
a { background-color: #6D7175; }
a { background-color: rgb(109,113,117); }
div.DivClassName
{
background-color: #6D7175;
}
.BgClassName
{
background-color: #6D7175;
}
</style>
border-color css
<style>
span { border-color: #6D7175; }
span { border-color: rgb(109,113,117); }
td.TdClassName
{
border-color: #6D7175;
}
.TagClassName
{
border-color: #6D7175;
}
</style>