Shades of Raven #6C7178
Tints of Raven #6C7178
RGB
CMYK
RGB Variations
Color information
#6C7178 (or 0x6C7178) is known color: Raven. HEX triplet: 6C, 71 and 78. RGB value is (108,113,120). Sum of RGB (Red+Green+Blue) = 108+113+120=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 113 (44.53% from 255 or 33.14% 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 #6C7178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7178 is #938E87. Grayscale: #707070. Windows color (decimal): -9670280 or 7893356. OLE color: 7893356.
HSL color Cylindrical-coordinate representation of color #6C7178: hue angle of 215º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C7178 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 113 | 120 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.53 |
| HSL | 215º | 0.05% | 0.45% | - |
| HSV(B) | 215º | 0.1% | 0.47% | - |
| XYZ | 15.48 | 16.35 | 20.11 | - |
| YUV | 112.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 120 | 0.10 | 0.06 | 0 | 0.53 | 215 | 0.05 | 0.45 |
| Hex | 6C | 71 | 78 | A | 6 | 0 | 35 | D7 | 5 | 2D |
| Octal | 154 | 161 | 170 | 12 | 6 | 0 | 65 | 327 | 5 | 55 |
| Binary | 1101100 | 1110001 | 1111000 | 1010 | 110 | 0 | 110101 | 11010111 | 101 | 101101 |
Color Harmonies of #6C7178
Complementary color
Monochromatic Colors of #6C7178
Black with #6C7178
Text Example
Text Example
White with #6C7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7178; }
p { color: rgb(108,113,120); }
H1.HeaderClassName
{
color: #6C7178;
}
.AnyTagClassName
{
color: #6C7178;
}
</style>
background-color css
<style>
a { background-color: #6C7178; }
a { background-color: rgb(108,113,120); }
div.DivClassName
{
background-color: #6C7178;
}
.BgClassName
{
background-color: #6C7178;
}
</style>
border-color css
<style>
span { border-color: #6C7178; }
span { border-color: rgb(108,113,120); }
td.TdClassName
{
border-color: #6C7178;
}
.TagClassName
{
border-color: #6C7178;
}
</style>