Shades of Raven #6E737B
Tints of Raven #6E737B
RGB
CMYK
RGB Variations
Color information
#6E737B (or 0x6E737B) is known color: Raven. HEX triplet: 6E, 73 and 7B. RGB value is (110,115,123). Sum of RGB (Red+Green+Blue) = 110+115+123=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E737B is #918C84. Grayscale: #727272. Windows color (decimal): -9538693 or 8090478. OLE color: 8090478.
HSL color Cylindrical-coordinate representation of color #6E737B: hue angle of 216.92º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E737B is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 115 | 123 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.52 |
| HSL | 216.92º | 0.06% | 0.46% | - |
| HSV(B) | 216.92º | 0.11% | 0.48% | - |
| XYZ | 16.14 | 17.01 | 21.17 | - |
| YUV | 114.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 123 | 0.11 | 0.07 | 0 | 0.52 | 216.92 | 0.06 | 0.46 |
| Hex | 6E | 73 | 7B | B | 7 | 0 | 34 | D9 | 6 | 2E |
| Octal | 156 | 163 | 173 | 13 | 7 | 0 | 64 | 331 | 6 | 56 |
| Binary | 1101110 | 1110011 | 1111011 | 1011 | 111 | 0 | 110100 | 11011001 | 110 | 101110 |
Color Harmonies of #6E737B
Complementary color
Monochromatic Colors of #6E737B
Black with #6E737B
Text Example
Text Example
White with #6E737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E737B; }
p { color: rgb(110,115,123); }
H1.HeaderClassName
{
color: #6E737B;
}
.AnyTagClassName
{
color: #6E737B;
}
</style>
background-color css
<style>
a { background-color: #6E737B; }
a { background-color: rgb(110,115,123); }
div.DivClassName
{
background-color: #6E737B;
}
.BgClassName
{
background-color: #6E737B;
}
</style>
border-color css
<style>
span { border-color: #6E737B; }
span { border-color: rgb(110,115,123); }
td.TdClassName
{
border-color: #6E737B;
}
.TagClassName
{
border-color: #6E737B;
}
</style>