Shades of Raven #6F7277
Tints of Raven #6F7277
RGB
CMYK
RGB Variations
Color information
#6F7277 (or 0x6F7277) is known color: Raven. HEX triplet: 6F, 72 and 77. RGB value is (111,114,119). Sum of RGB (Red+Green+Blue) = 111+114+119=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7277 is #908D88. Grayscale: #717171. Windows color (decimal): -9473417 or 7828079. OLE color: 7828079.
HSL color Cylindrical-coordinate representation of color #6F7277: hue angle of 217.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F7277 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 114 | 119 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.53 |
| HSL | 217.5º | 0.03% | 0.45% | - |
| HSV(B) | 217.5º | 0.07% | 0.47% | - |
| XYZ | 15.9 | 16.75 | 19.85 | - |
| YUV | 113.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 119 | 0.07 | 0.04 | 0 | 0.53 | 217.5 | 0.03 | 0.45 |
| Hex | 6F | 72 | 77 | 7 | 4 | 0 | 35 | DA | 3 | 2D |
| Octal | 157 | 162 | 167 | 7 | 4 | 0 | 65 | 332 | 3 | 55 |
| Binary | 1101111 | 1110010 | 1110111 | 111 | 100 | 0 | 110101 | 11011010 | 11 | 101101 |
Color Harmonies of #6F7277
Complementary color
Monochromatic Colors of #6F7277
Black with #6F7277
Text Example
Text Example
White with #6F7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7277; }
p { color: rgb(111,114,119); }
H1.HeaderClassName
{
color: #6F7277;
}
.AnyTagClassName
{
color: #6F7277;
}
</style>
background-color css
<style>
a { background-color: #6F7277; }
a { background-color: rgb(111,114,119); }
div.DivClassName
{
background-color: #6F7277;
}
.BgClassName
{
background-color: #6F7277;
}
</style>
border-color css
<style>
span { border-color: #6F7277; }
span { border-color: rgb(111,114,119); }
td.TdClassName
{
border-color: #6F7277;
}
.TagClassName
{
border-color: #6F7277;
}
</style>