Shades of Raven #6D7078
Tints of Raven #6D7078
RGB
CMYK
RGB Variations
Color information
#6D7078 (or 0x6D7078) is known color: Raven. HEX triplet: 6D, 70 and 78. RGB value is (109,112,120). Sum of RGB (Red+Green+Blue) = 109+112+120=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D7078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7078 is #928F87. Grayscale: #6F6F6F. Windows color (decimal): -9605000 or 7893101. OLE color: 7893101.
HSL color Cylindrical-coordinate representation of color #6D7078: hue angle of 223.64º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D7078 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 112 | 120 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.53 |
| HSL | 223.64º | 0.05% | 0.45% | - |
| HSV(B) | 223.64º | 0.09% | 0.47% | - |
| XYZ | 15.49 | 16.2 | 20.08 | - |
| YUV | 112.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 120 | 0.09 | 0.07 | 0 | 0.53 | 223.64 | 0.05 | 0.45 |
| Hex | 6D | 70 | 78 | 9 | 7 | 0 | 35 | E0 | 5 | 2D |
| Octal | 155 | 160 | 170 | 11 | 7 | 0 | 65 | 340 | 5 | 55 |
| Binary | 1101101 | 1110000 | 1111000 | 1001 | 111 | 0 | 110101 | 11100000 | 101 | 101101 |
Color Harmonies of #6D7078
Complementary color
Monochromatic Colors of #6D7078
Black with #6D7078
Text Example
Text Example
White with #6D7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7078; }
p { color: rgb(109,112,120); }
H1.HeaderClassName
{
color: #6D7078;
}
.AnyTagClassName
{
color: #6D7078;
}
</style>
background-color css
<style>
a { background-color: #6D7078; }
a { background-color: rgb(109,112,120); }
div.DivClassName
{
background-color: #6D7078;
}
.BgClassName
{
background-color: #6D7078;
}
</style>
border-color css
<style>
span { border-color: #6D7078; }
span { border-color: rgb(109,112,120); }
td.TdClassName
{
border-color: #6D7078;
}
.TagClassName
{
border-color: #6D7078;
}
</style>