Shades of Raven #6D7580
Tints of Raven #6D7580
RGB
CMYK
RGB Variations
Color information
#6D7580 (or 0x6D7580) is known color: Raven. HEX triplet: 6D, 75 and 80. RGB value is (109,117,128). Sum of RGB (Red+Green+Blue) = 109+117+128=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D7580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7580 is #928A7F. Grayscale: #737373. Windows color (decimal): -9603712 or 8418669. OLE color: 8418669.
HSL color Cylindrical-coordinate representation of color #6D7580: hue angle of 214.74º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D7580 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 117 | 128 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.50 |
| HSL | 214.74º | 0.08% | 0.46% | - |
| HSV(B) | 214.74º | 0.15% | 0.5% | - |
| XYZ | 16.56 | 17.53 | 22.93 | - |
| YUV | 115.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 128 | 0.15 | 0.09 | 0 | 0.50 | 214.74 | 0.08 | 0.46 |
| Hex | 6D | 75 | 80 | F | 9 | 0 | 32 | D7 | 8 | 2E |
| Octal | 155 | 165 | 200 | 17 | 11 | 0 | 62 | 327 | 10 | 56 |
| Binary | 1101101 | 1110101 | 10000000 | 1111 | 1001 | 0 | 110010 | 11010111 | 1000 | 101110 |
Color Harmonies of #6D7580
Complementary color
Monochromatic Colors of #6D7580
Black with #6D7580
Text Example
Text Example
White with #6D7580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7580; }
p { color: rgb(109,117,128); }
H1.HeaderClassName
{
color: #6D7580;
}
.AnyTagClassName
{
color: #6D7580;
}
</style>
background-color css
<style>
a { background-color: #6D7580; }
a { background-color: rgb(109,117,128); }
div.DivClassName
{
background-color: #6D7580;
}
.BgClassName
{
background-color: #6D7580;
}
</style>
border-color css
<style>
span { border-color: #6D7580; }
span { border-color: rgb(109,117,128); }
td.TdClassName
{
border-color: #6D7580;
}
.TagClassName
{
border-color: #6D7580;
}
</style>