Shades of Raven #6F747C
Tints of Raven #6F747C
RGB
CMYK
RGB Variations
Color information
#6F747C (or 0x6F747C) is known color: Raven. HEX triplet: 6F, 74 and 7C. RGB value is (111,116,124). Sum of RGB (Red+Green+Blue) = 111+116+124=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F747C is #908B83. Grayscale: #737373. Windows color (decimal): -9472900 or 8156271. OLE color: 8156271.
HSL color Cylindrical-coordinate representation of color #6F747C: hue angle of 216.92º 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 #6F747C is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 116 | 124 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.51 |
| HSL | 216.92º | 0.06% | 0.46% | - |
| HSV(B) | 216.92º | 0.1% | 0.49% | - |
| XYZ | 16.44 | 17.33 | 21.55 | - |
| YUV | 115.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 124 | 0.10 | 0.06 | 0 | 0.51 | 216.92 | 0.06 | 0.46 |
| Hex | 6F | 74 | 7C | A | 6 | 0 | 33 | D9 | 6 | 2E |
| Octal | 157 | 164 | 174 | 12 | 6 | 0 | 63 | 331 | 6 | 56 |
| Binary | 1101111 | 1110100 | 1111100 | 1010 | 110 | 0 | 110011 | 11011001 | 110 | 101110 |
Color Harmonies of #6F747C
Complementary color
Monochromatic Colors of #6F747C
Black with #6F747C
Text Example
Text Example
White with #6F747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F747C; }
p { color: rgb(111,116,124); }
H1.HeaderClassName
{
color: #6F747C;
}
.AnyTagClassName
{
color: #6F747C;
}
</style>
background-color css
<style>
a { background-color: #6F747C; }
a { background-color: rgb(111,116,124); }
div.DivClassName
{
background-color: #6F747C;
}
.BgClassName
{
background-color: #6F747C;
}
</style>
border-color css
<style>
span { border-color: #6F747C; }
span { border-color: rgb(111,116,124); }
td.TdClassName
{
border-color: #6F747C;
}
.TagClassName
{
border-color: #6F747C;
}
</style>