Shades of Raven #6D7276
Tints of Raven #6D7276
RGB
CMYK
RGB Variations
Color information
#6D7276 (or 0x6D7276) is known color: Raven. HEX triplet: 6D, 72 and 76. RGB value is (109,114,118). Sum of RGB (Red+Green+Blue) = 109+114+118=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D7276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7276 is #928D89. Grayscale: #707070. Windows color (decimal): -9604490 or 7762541. OLE color: 7762541.
HSL color Cylindrical-coordinate representation of color #6D7276: hue angle of 206.67º 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 #6D7276 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 114 | 118 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.54 |
| HSL | 206.67º | 0.04% | 0.45% | - |
| HSV(B) | 206.67º | 0.08% | 0.46% | - |
| XYZ | 15.59 | 16.59 | 19.52 | - |
| YUV | 112.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 118 | 0.08 | 0.03 | 0 | 0.54 | 206.67 | 0.04 | 0.45 |
| Hex | 6D | 72 | 76 | 8 | 3 | 0 | 36 | CF | 4 | 2D |
| Octal | 155 | 162 | 166 | 10 | 3 | 0 | 66 | 317 | 4 | 55 |
| Binary | 1101101 | 1110010 | 1110110 | 1000 | 11 | 0 | 110110 | 11001111 | 100 | 101101 |
Color Harmonies of #6D7276
Complementary color
Monochromatic Colors of #6D7276
Black with #6D7276
Text Example
Text Example
White with #6D7276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7276; }
p { color: rgb(109,114,118); }
H1.HeaderClassName
{
color: #6D7276;
}
.AnyTagClassName
{
color: #6D7276;
}
</style>
background-color css
<style>
a { background-color: #6D7276; }
a { background-color: rgb(109,114,118); }
div.DivClassName
{
background-color: #6D7276;
}
.BgClassName
{
background-color: #6D7276;
}
</style>
border-color css
<style>
span { border-color: #6D7276; }
span { border-color: rgb(109,114,118); }
td.TdClassName
{
border-color: #6D7276;
}
.TagClassName
{
border-color: #6D7276;
}
</style>