Shades of Raven #6D757E
Tints of Raven #6D757E
RGB
CMYK
RGB Variations
Color information
#6D757E (or 0x6D757E) is known color: Raven. HEX triplet: 6D, 75 and 7E. RGB value is (109,117,126). Sum of RGB (Red+Green+Blue) = 109+117+126=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D757E is #928A81. Grayscale: #737373. Windows color (decimal): -9603714 or 8287597. OLE color: 8287597.
HSL color Cylindrical-coordinate representation of color #6D757E: hue angle of 211.76º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D757E is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 117 | 126 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.51 |
| HSL | 211.76º | 0.07% | 0.46% | - |
| HSV(B) | 211.76º | 0.13% | 0.49% | - |
| XYZ | 16.43 | 17.48 | 22.25 | - |
| YUV | 115.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 126 | 0.13 | 0.07 | 0 | 0.51 | 211.76 | 0.07 | 0.46 |
| Hex | 6D | 75 | 7E | D | 7 | 0 | 33 | D4 | 7 | 2E |
| Octal | 155 | 165 | 176 | 15 | 7 | 0 | 63 | 324 | 7 | 56 |
| Binary | 1101101 | 1110101 | 1111110 | 1101 | 111 | 0 | 110011 | 11010100 | 111 | 101110 |
Color Harmonies of #6D757E
Complementary color
Monochromatic Colors of #6D757E
Black with #6D757E
Text Example
Text Example
White with #6D757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D757E; }
p { color: rgb(109,117,126); }
H1.HeaderClassName
{
color: #6D757E;
}
.AnyTagClassName
{
color: #6D757E;
}
</style>
background-color css
<style>
a { background-color: #6D757E; }
a { background-color: rgb(109,117,126); }
div.DivClassName
{
background-color: #6D757E;
}
.BgClassName
{
background-color: #6D757E;
}
</style>
border-color css
<style>
span { border-color: #6D757E; }
span { border-color: rgb(109,117,126); }
td.TdClassName
{
border-color: #6D757E;
}
.TagClassName
{
border-color: #6D757E;
}
</style>