Shades of Raven #6F7984
Tints of Raven #6F7984
RGB
CMYK
RGB Variations
Color information
#6F7984 (or 0x6F7984) is known color: Raven. HEX triplet: 6F, 79 and 84. RGB value is (111,121,132). Sum of RGB (Red+Green+Blue) = 111+121+132=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F7984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7984 is #90867B. Grayscale: #777777. Windows color (decimal): -9471612 or 8681839. OLE color: 8681839.
HSL color Cylindrical-coordinate representation of color #6F7984: hue angle of 211.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F7984 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 121 | 132 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.48 |
| HSL | 211.43º | 0.09% | 0.48% | - |
| HSV(B) | 211.43º | 0.16% | 0.52% | - |
| XYZ | 17.56 | 18.72 | 24.52 | - |
| YUV | 119.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 132 | 0.16 | 0.08 | 0 | 0.48 | 211.43 | 0.09 | 0.48 |
| Hex | 6F | 79 | 84 | 10 | 8 | 0 | 30 | D3 | 9 | 30 |
| Octal | 157 | 171 | 204 | 20 | 10 | 0 | 60 | 323 | 11 | 60 |
| Binary | 1101111 | 1111001 | 10000100 | 10000 | 1000 | 0 | 110000 | 11010011 | 1001 | 110000 |
Color Harmonies of #6F7984
Complementary color
Monochromatic Colors of #6F7984
Black with #6F7984
Text Example
Text Example
White with #6F7984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7984; }
p { color: rgb(111,121,132); }
H1.HeaderClassName
{
color: #6F7984;
}
.AnyTagClassName
{
color: #6F7984;
}
</style>
background-color css
<style>
a { background-color: #6F7984; }
a { background-color: rgb(111,121,132); }
div.DivClassName
{
background-color: #6F7984;
}
.BgClassName
{
background-color: #6F7984;
}
</style>
border-color css
<style>
span { border-color: #6F7984; }
span { border-color: rgb(111,121,132); }
td.TdClassName
{
border-color: #6F7984;
}
.TagClassName
{
border-color: #6F7984;
}
</style>