Shades of Raven #6D737A
Tints of Raven #6D737A
RGB
CMYK
RGB Variations
Color information
#6D737A (or 0x6D737A) is known color: Raven. HEX triplet: 6D, 73 and 7A. RGB value is (109,115,122). Sum of RGB (Red+Green+Blue) = 109+115+122=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D737A is #928C85. Grayscale: #717171. Windows color (decimal): -9604230 or 8024941. OLE color: 8024941.
HSL color Cylindrical-coordinate representation of color #6D737A: hue angle of 212.31º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D737A is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 115 | 122 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.52 |
| HSL | 212.31º | 0.06% | 0.45% | - |
| HSV(B) | 212.31º | 0.11% | 0.48% | - |
| XYZ | 15.95 | 16.92 | 20.84 | - |
| YUV | 114 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 122 | 0.11 | 0.06 | 0 | 0.52 | 212.31 | 0.06 | 0.45 |
| Hex | 6D | 73 | 7A | B | 6 | 0 | 34 | D4 | 6 | 2D |
| Octal | 155 | 163 | 172 | 13 | 6 | 0 | 64 | 324 | 6 | 55 |
| Binary | 1101101 | 1110011 | 1111010 | 1011 | 110 | 0 | 110100 | 11010100 | 110 | 101101 |
Color Harmonies of #6D737A
Complementary color
Monochromatic Colors of #6D737A
Black with #6D737A
Text Example
Text Example
White with #6D737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D737A; }
p { color: rgb(109,115,122); }
H1.HeaderClassName
{
color: #6D737A;
}
.AnyTagClassName
{
color: #6D737A;
}
</style>
background-color css
<style>
a { background-color: #6D737A; }
a { background-color: rgb(109,115,122); }
div.DivClassName
{
background-color: #6D737A;
}
.BgClassName
{
background-color: #6D737A;
}
</style>
border-color css
<style>
span { border-color: #6D737A; }
span { border-color: rgb(109,115,122); }
td.TdClassName
{
border-color: #6D737A;
}
.TagClassName
{
border-color: #6D737A;
}
</style>