Shades of Raven #6E7174
Tints of Raven #6E7174
RGB
CMYK
RGB Variations
Color information
#6E7174 (or 0x6E7174) is known color: Raven. HEX triplet: 6E, 71 and 74. RGB value is (110,113,116). Sum of RGB (Red+Green+Blue) = 110+113+116=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E7174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7174 is #918E8B. Grayscale: #707070. Windows color (decimal): -9539212 or 7631214. OLE color: 7631214.
HSL color Cylindrical-coordinate representation of color #6E7174: hue angle of 210º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6E7174 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 110 | 113 | 116 | - |
CMYK | 0.05 | 0.03 | 0 | 0.55 |
HSL | 210º | 0.03% | 0.44% | - |
HSV(B) | 210º | 0.05% | 0.45% | - |
XYZ | 15.49 | 16.39 | 18.87 | - |
YUV | 112.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 113 | 116 | 0.05 | 0.03 | 0 | 0.55 | 210 | 0.03 | 0.44 |
Hex | 6E | 71 | 74 | 5 | 3 | 0 | 37 | D2 | 3 | 2C |
Octal | 156 | 161 | 164 | 5 | 3 | 0 | 67 | 322 | 3 | 54 |
Binary | 1101110 | 1110001 | 1110100 | 101 | 11 | 0 | 110111 | 11010010 | 11 | 101100 |
Color Harmonies of #6E7174
Complementary color
Monochromatic Colors of #6E7174
Black with #6E7174
Text Example
Text Example
White with #6E7174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7174; }
p { color: rgb(110,113,116); }
H1.HeaderClassName
{
color: #6E7174;
}
.AnyTagClassName
{
color: #6E7174;
}
</style>
background-color css
<style>
a { background-color: #6E7174; }
a { background-color: rgb(110,113,116); }
div.DivClassName
{
background-color: #6E7174;
}
.BgClassName
{
background-color: #6E7174;
}
</style>
border-color css
<style>
span { border-color: #6E7174; }
span { border-color: rgb(110,113,116); }
td.TdClassName
{
border-color: #6E7174;
}
.TagClassName
{
border-color: #6E7174;
}
</style>