Shades of Raven #6A6E73
Tints of Raven #6A6E73
RGB
CMYK
RGB Variations
Color information
#6A6E73 (or 0x6A6E73) is known color: Raven. HEX triplet: 6A, 6E and 73. RGB value is (106,110,115). Sum of RGB (Red+Green+Blue) = 106+110+115=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A6E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6E73 is #95918C. Grayscale: #6D6D6D. Windows color (decimal): -9802125 or 7564906. OLE color: 7564906.
HSL color Cylindrical-coordinate representation of color #6A6E73: hue angle of 213.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6A6E73 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 110 | 115 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.55 |
| HSL | 213.33º | 0.04% | 0.43% | - |
| HSV(B) | 213.33º | 0.08% | 0.45% | - |
| XYZ | 14.61 | 15.45 | 18.43 | - |
| YUV | 109.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 115 | 0.08 | 0.04 | 0 | 0.55 | 213.33 | 0.04 | 0.43 |
| Hex | 6A | 6E | 73 | 8 | 4 | 0 | 37 | D5 | 4 | 2B |
| Octal | 152 | 156 | 163 | 10 | 4 | 0 | 67 | 325 | 4 | 53 |
| Binary | 1101010 | 1101110 | 1110011 | 1000 | 100 | 0 | 110111 | 11010101 | 100 | 101011 |
Color Harmonies of #6A6E73
Complementary color
Monochromatic Colors of #6A6E73
Black with #6A6E73
Text Example
Text Example
White with #6A6E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6E73; }
p { color: rgb(106,110,115); }
H1.HeaderClassName
{
color: #6A6E73;
}
.AnyTagClassName
{
color: #6A6E73;
}
</style>
background-color css
<style>
a { background-color: #6A6E73; }
a { background-color: rgb(106,110,115); }
div.DivClassName
{
background-color: #6A6E73;
}
.BgClassName
{
background-color: #6A6E73;
}
</style>
border-color css
<style>
span { border-color: #6A6E73; }
span { border-color: rgb(106,110,115); }
td.TdClassName
{
border-color: #6A6E73;
}
.TagClassName
{
border-color: #6A6E73;
}
</style>