Shades of Raven #6F757C
Tints of Raven #6F757C
RGB
CMYK
RGB Variations
Color information
#6F757C (or 0x6F757C) is known color: Raven. HEX triplet: 6F, 75 and 7C. RGB value is (111,117,124). Sum of RGB (Red+Green+Blue) = 111+117+124=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F757C is #908A83. Grayscale: #737373. Windows color (decimal): -9472644 or 8156527. OLE color: 8156527.
HSL color Cylindrical-coordinate representation of color #6F757C: hue angle of 212.31º 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 #6F757C is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 117 | 124 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.51 |
| HSL | 212.31º | 0.06% | 0.46% | - |
| HSV(B) | 212.31º | 0.1% | 0.49% | - |
| XYZ | 16.55 | 17.56 | 21.59 | - |
| YUV | 116 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 124 | 0.10 | 0.06 | 0 | 0.51 | 212.31 | 0.06 | 0.46 |
| Hex | 6F | 75 | 7C | A | 6 | 0 | 33 | D4 | 6 | 2E |
| Octal | 157 | 165 | 174 | 12 | 6 | 0 | 63 | 324 | 6 | 56 |
| Binary | 1101111 | 1110101 | 1111100 | 1010 | 110 | 0 | 110011 | 11010100 | 110 | 101110 |
Color Harmonies of #6F757C
Complementary color
Monochromatic Colors of #6F757C
Black with #6F757C
Text Example
Text Example
White with #6F757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F757C; }
p { color: rgb(111,117,124); }
H1.HeaderClassName
{
color: #6F757C;
}
.AnyTagClassName
{
color: #6F757C;
}
</style>
background-color css
<style>
a { background-color: #6F757C; }
a { background-color: rgb(111,117,124); }
div.DivClassName
{
background-color: #6F757C;
}
.BgClassName
{
background-color: #6F757C;
}
</style>
border-color css
<style>
span { border-color: #6F757C; }
span { border-color: rgb(111,117,124); }
td.TdClassName
{
border-color: #6F757C;
}
.TagClassName
{
border-color: #6F757C;
}
</style>