Shades of Raven #6D757D
Tints of Raven #6D757D
RGB
CMYK
RGB Variations
Color information
#6D757D (or 0x6D757D) is known color: Raven. HEX triplet: 6D, 75 and 7D. RGB value is (109,117,125). Sum of RGB (Red+Green+Blue) = 109+117+125=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D757D is #928A82. Grayscale: #737373. Windows color (decimal): -9603715 or 8222061. OLE color: 8222061.
HSL color Cylindrical-coordinate representation of color #6D757D: hue angle of 210º 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 #6D757D is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 117 | 125 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.51 |
| HSL | 210º | 0.07% | 0.46% | - |
| HSV(B) | 210º | 0.13% | 0.49% | - |
| XYZ | 16.37 | 17.45 | 21.91 | - |
| YUV | 115.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 125 | 0.13 | 0.06 | 0 | 0.51 | 210 | 0.07 | 0.46 |
| Hex | 6D | 75 | 7D | D | 6 | 0 | 33 | D2 | 7 | 2E |
| Octal | 155 | 165 | 175 | 15 | 6 | 0 | 63 | 322 | 7 | 56 |
| Binary | 1101101 | 1110101 | 1111101 | 1101 | 110 | 0 | 110011 | 11010010 | 111 | 101110 |
Color Harmonies of #6D757D
Complementary color
Monochromatic Colors of #6D757D
Black with #6D757D
Text Example
Text Example
White with #6D757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D757D; }
p { color: rgb(109,117,125); }
H1.HeaderClassName
{
color: #6D757D;
}
.AnyTagClassName
{
color: #6D757D;
}
</style>
background-color css
<style>
a { background-color: #6D757D; }
a { background-color: rgb(109,117,125); }
div.DivClassName
{
background-color: #6D757D;
}
.BgClassName
{
background-color: #6D757D;
}
</style>
border-color css
<style>
span { border-color: #6D757D; }
span { border-color: rgb(109,117,125); }
td.TdClassName
{
border-color: #6D757D;
}
.TagClassName
{
border-color: #6D757D;
}
</style>