Shades of Raven #6F747A
Tints of Raven #6F747A
RGB
CMYK
RGB Variations
Color information
#6F747A (or 0x6F747A) is known color: Raven. HEX triplet: 6F, 74 and 7A. RGB value is (111,116,122). Sum of RGB (Red+Green+Blue) = 111+116+122=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F747A is #908B85. Grayscale: #737373. Windows color (decimal): -9472902 or 8025199. OLE color: 8025199.
HSL color Cylindrical-coordinate representation of color #6F747A: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F747A is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 116 | 122 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.52 |
| HSL | 212.73º | 0.05% | 0.46% | - |
| HSV(B) | 212.73º | 0.09% | 0.48% | - |
| XYZ | 16.31 | 17.28 | 20.89 | - |
| YUV | 115.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 122 | 0.09 | 0.05 | 0 | 0.52 | 212.73 | 0.05 | 0.46 |
| Hex | 6F | 74 | 7A | 9 | 5 | 0 | 34 | D5 | 5 | 2E |
| Octal | 157 | 164 | 172 | 11 | 5 | 0 | 64 | 325 | 5 | 56 |
| Binary | 1101111 | 1110100 | 1111010 | 1001 | 101 | 0 | 110100 | 11010101 | 101 | 101110 |
Color Harmonies of #6F747A
Complementary color
Monochromatic Colors of #6F747A
Black with #6F747A
Text Example
Text Example
White with #6F747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F747A; }
p { color: rgb(111,116,122); }
H1.HeaderClassName
{
color: #6F747A;
}
.AnyTagClassName
{
color: #6F747A;
}
</style>
background-color css
<style>
a { background-color: #6F747A; }
a { background-color: rgb(111,116,122); }
div.DivClassName
{
background-color: #6F747A;
}
.BgClassName
{
background-color: #6F747A;
}
</style>
border-color css
<style>
span { border-color: #6F747A; }
span { border-color: rgb(111,116,122); }
td.TdClassName
{
border-color: #6F747A;
}
.TagClassName
{
border-color: #6F747A;
}
</style>