Shades of Raven #6E737A
Tints of Raven #6E737A
RGB
CMYK
RGB Variations
Color information
#6E737A (or 0x6E737A) is known color: Raven. HEX triplet: 6E, 73 and 7A. RGB value is (110,115,122). Sum of RGB (Red+Green+Blue) = 110+115+122=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E737A is #918C85. Grayscale: #727272. Windows color (decimal): -9538694 or 8024942. OLE color: 8024942.
HSL color Cylindrical-coordinate representation of color #6E737A: hue angle of 215º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E737A is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 115 | 122 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.52 |
| HSL | 215º | 0.05% | 0.45% | - |
| HSV(B) | 215º | 0.1% | 0.48% | - |
| XYZ | 16.07 | 16.98 | 20.84 | - |
| YUV | 114.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 122 | 0.10 | 0.06 | 0 | 0.52 | 215 | 0.05 | 0.45 |
| Hex | 6E | 73 | 7A | A | 6 | 0 | 34 | D7 | 5 | 2D |
| Octal | 156 | 163 | 172 | 12 | 6 | 0 | 64 | 327 | 5 | 55 |
| Binary | 1101110 | 1110011 | 1111010 | 1010 | 110 | 0 | 110100 | 11010111 | 101 | 101101 |
Color Harmonies of #6E737A
Complementary color
Monochromatic Colors of #6E737A
Black with #6E737A
Text Example
Text Example
White with #6E737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E737A; }
p { color: rgb(110,115,122); }
H1.HeaderClassName
{
color: #6E737A;
}
.AnyTagClassName
{
color: #6E737A;
}
</style>
background-color css
<style>
a { background-color: #6E737A; }
a { background-color: rgb(110,115,122); }
div.DivClassName
{
background-color: #6E737A;
}
.BgClassName
{
background-color: #6E737A;
}
</style>
border-color css
<style>
span { border-color: #6E737A; }
span { border-color: rgb(110,115,122); }
td.TdClassName
{
border-color: #6E737A;
}
.TagClassName
{
border-color: #6E737A;
}
</style>