Shades of Raven #6F767C
Tints of Raven #6F767C
RGB
CMYK
RGB Variations
Color information
#6F767C (or 0x6F767C) is known color: Raven. HEX triplet: 6F, 76 and 7C. RGB value is (111,118,124). Sum of RGB (Red+Green+Blue) = 111+118+124=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F767C is #908983. Grayscale: #747474. Windows color (decimal): -9472388 or 8156783. OLE color: 8156783.
HSL color Cylindrical-coordinate representation of color #6F767C: hue angle of 207.69º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F767C is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 118 | 124 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.51 |
| HSL | 207.69º | 0.06% | 0.46% | - |
| HSV(B) | 207.69º | 0.1% | 0.49% | - |
| XYZ | 16.67 | 17.79 | 21.62 | - |
| YUV | 116.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 124 | 0.10 | 0.05 | 0 | 0.51 | 207.69 | 0.06 | 0.46 |
| Hex | 6F | 76 | 7C | A | 5 | 0 | 33 | D0 | 6 | 2E |
| Octal | 157 | 166 | 174 | 12 | 5 | 0 | 63 | 320 | 6 | 56 |
| Binary | 1101111 | 1110110 | 1111100 | 1010 | 101 | 0 | 110011 | 11010000 | 110 | 101110 |
Color Harmonies of #6F767C
Complementary color
Monochromatic Colors of #6F767C
Black with #6F767C
Text Example
Text Example
White with #6F767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F767C; }
p { color: rgb(111,118,124); }
H1.HeaderClassName
{
color: #6F767C;
}
.AnyTagClassName
{
color: #6F767C;
}
</style>
background-color css
<style>
a { background-color: #6F767C; }
a { background-color: rgb(111,118,124); }
div.DivClassName
{
background-color: #6F767C;
}
.BgClassName
{
background-color: #6F767C;
}
</style>
border-color css
<style>
span { border-color: #6F767C; }
span { border-color: rgb(111,118,124); }
td.TdClassName
{
border-color: #6F767C;
}
.TagClassName
{
border-color: #6F767C;
}
</style>