Shades of Raven #6D7882
Tints of Raven #6D7882
RGB
CMYK
RGB Variations
Color information
#6D7882 (or 0x6D7882) is known color: Raven. HEX triplet: 6D, 78 and 82. RGB value is (109,120,130). Sum of RGB (Red+Green+Blue) = 109+120+130=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D7882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7882 is #92877D. Grayscale: #757575. Windows color (decimal): -9602942 or 8550509. OLE color: 8550509.
HSL color Cylindrical-coordinate representation of color #6D7882: hue angle of 208.57º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D7882 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 120 | 130 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.49 |
| HSL | 208.57º | 0.09% | 0.47% | - |
| HSV(B) | 208.57º | 0.16% | 0.51% | - |
| XYZ | 17.05 | 18.3 | 23.75 | - |
| YUV | 117.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 130 | 0.16 | 0.08 | 0 | 0.49 | 208.57 | 0.09 | 0.47 |
| Hex | 6D | 78 | 82 | 10 | 8 | 0 | 31 | D1 | 9 | 2F |
| Octal | 155 | 170 | 202 | 20 | 10 | 0 | 61 | 321 | 11 | 57 |
| Binary | 1101101 | 1111000 | 10000010 | 10000 | 1000 | 0 | 110001 | 11010001 | 1001 | 101111 |
Color Harmonies of #6D7882
Complementary color
Monochromatic Colors of #6D7882
Black with #6D7882
Text Example
Text Example
White with #6D7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7882; }
p { color: rgb(109,120,130); }
H1.HeaderClassName
{
color: #6D7882;
}
.AnyTagClassName
{
color: #6D7882;
}
</style>
background-color css
<style>
a { background-color: #6D7882; }
a { background-color: rgb(109,120,130); }
div.DivClassName
{
background-color: #6D7882;
}
.BgClassName
{
background-color: #6D7882;
}
</style>
border-color css
<style>
span { border-color: #6D7882; }
span { border-color: rgb(109,120,130); }
td.TdClassName
{
border-color: #6D7882;
}
.TagClassName
{
border-color: #6D7882;
}
</style>