Shades of Raven #6D7884
Tints of Raven #6D7884
RGB
CMYK
RGB Variations
Color information
#6D7884 (or 0x6D7884) is known color: Raven. HEX triplet: 6D, 78 and 84. RGB value is (109,120,132). Sum of RGB (Red+Green+Blue) = 109+120+132=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D7884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7884 is #92877B. Grayscale: #767676. Windows color (decimal): -9602940 or 8681581. OLE color: 8681581.
HSL color Cylindrical-coordinate representation of color #6D7884: hue angle of 211.3º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D7884 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 120 | 132 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.48 |
| HSL | 211.3º | 0.1% | 0.47% | - |
| HSV(B) | 211.3º | 0.17% | 0.52% | - |
| XYZ | 17.19 | 18.35 | 24.47 | - |
| YUV | 118.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 132 | 0.17 | 0.09 | 0 | 0.48 | 211.3 | 0.1 | 0.47 |
| Hex | 6D | 78 | 84 | 11 | 9 | 0 | 30 | D3 | A | 2F |
| Octal | 155 | 170 | 204 | 21 | 11 | 0 | 60 | 323 | 12 | 57 |
| Binary | 1101101 | 1111000 | 10000100 | 10001 | 1001 | 0 | 110000 | 11010011 | 1010 | 101111 |
Color Harmonies of #6D7884
Complementary color
Monochromatic Colors of #6D7884
Black with #6D7884
Text Example
Text Example
White with #6D7884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7884; }
p { color: rgb(109,120,132); }
H1.HeaderClassName
{
color: #6D7884;
}
.AnyTagClassName
{
color: #6D7884;
}
</style>
background-color css
<style>
a { background-color: #6D7884; }
a { background-color: rgb(109,120,132); }
div.DivClassName
{
background-color: #6D7884;
}
.BgClassName
{
background-color: #6D7884;
}
</style>
border-color css
<style>
span { border-color: #6D7884; }
span { border-color: rgb(109,120,132); }
td.TdClassName
{
border-color: #6D7884;
}
.TagClassName
{
border-color: #6D7884;
}
</style>