Shades of Raven #6B6E77
Tints of Raven #6B6E77
RGB
CMYK
RGB Variations
Color information
#6B6E77 (or 0x6B6E77) is known color: Raven. HEX triplet: 6B, 6E and 77. RGB value is (107,110,119). Sum of RGB (Red+Green+Blue) = 107+110+119=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B6E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6E77 is #949188. Grayscale: #6E6E6E. Windows color (decimal): -9736585 or 7827051. OLE color: 7827051.
HSL color Cylindrical-coordinate representation of color #6B6E77: hue angle of 225º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B6E77 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 110 | 119 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.53 |
| HSL | 225º | 0.05% | 0.44% | - |
| HSV(B) | 225º | 0.1% | 0.47% | - |
| XYZ | 14.97 | 15.61 | 19.68 | - |
| YUV | 110.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 110 | 119 | 0.10 | 0.08 | 0 | 0.53 | 225 | 0.05 | 0.44 |
| Hex | 6B | 6E | 77 | A | 8 | 0 | 35 | E1 | 5 | 2C |
| Octal | 153 | 156 | 167 | 12 | 10 | 0 | 65 | 341 | 5 | 54 |
| Binary | 1101011 | 1101110 | 1110111 | 1010 | 1000 | 0 | 110101 | 11100001 | 101 | 101100 |
Color Harmonies of #6B6E77
Complementary color
Monochromatic Colors of #6B6E77
Black with #6B6E77
Text Example
Text Example
White with #6B6E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6E77; }
p { color: rgb(107,110,119); }
H1.HeaderClassName
{
color: #6B6E77;
}
.AnyTagClassName
{
color: #6B6E77;
}
</style>
background-color css
<style>
a { background-color: #6B6E77; }
a { background-color: rgb(107,110,119); }
div.DivClassName
{
background-color: #6B6E77;
}
.BgClassName
{
background-color: #6B6E77;
}
</style>
border-color css
<style>
span { border-color: #6B6E77; }
span { border-color: rgb(107,110,119); }
td.TdClassName
{
border-color: #6B6E77;
}
.TagClassName
{
border-color: #6B6E77;
}
</style>