Shades of Raven #6F7173
Tints of Raven #6F7173
RGB
CMYK
RGB Variations
Color information
#6F7173 (or 0x6F7173) is known color: Raven. HEX triplet: 6F, 71 and 73. RGB value is (111,113,115). Sum of RGB (Red+Green+Blue) = 111+113+115=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F7173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7173 is #908E8C. Grayscale: #707070. Windows color (decimal): -9473677 or 7565679. OLE color: 7565679.
HSL color Cylindrical-coordinate representation of color #6F7173: hue angle of 210º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6F7173 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 113 | 115 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.55 |
| HSL | 210º | 0.02% | 0.44% | - |
| HSV(B) | 210º | 0.03% | 0.45% | - |
| XYZ | 15.56 | 16.43 | 18.57 | - |
| YUV | 112.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 115 | 0.03 | 0.02 | 0 | 0.55 | 210 | 0.02 | 0.44 |
| Hex | 6F | 71 | 73 | 3 | 2 | 0 | 37 | D2 | 2 | 2C |
| Octal | 157 | 161 | 163 | 3 | 2 | 0 | 67 | 322 | 2 | 54 |
| Binary | 1101111 | 1110001 | 1110011 | 11 | 10 | 0 | 110111 | 11010010 | 10 | 101100 |
Color Harmonies of #6F7173
Complementary color
Monochromatic Colors of #6F7173
Black with #6F7173
Text Example
Text Example
White with #6F7173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7173; }
p { color: rgb(111,113,115); }
H1.HeaderClassName
{
color: #6F7173;
}
.AnyTagClassName
{
color: #6F7173;
}
</style>
background-color css
<style>
a { background-color: #6F7173; }
a { background-color: rgb(111,113,115); }
div.DivClassName
{
background-color: #6F7173;
}
.BgClassName
{
background-color: #6F7173;
}
</style>
border-color css
<style>
span { border-color: #6F7173; }
span { border-color: rgb(111,113,115); }
td.TdClassName
{
border-color: #6F7173;
}
.TagClassName
{
border-color: #6F7173;
}
</style>