Shades of Raven #6A6F7C
Tints of Raven #6A6F7C
RGB
CMYK
RGB Variations
Color information
#6A6F7C (or 0x6A6F7C) is known color: Raven. HEX triplet: 6A, 6F and 7C. RGB value is (106,111,124). Sum of RGB (Red+Green+Blue) = 106+111+124=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A6F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6F7C is #959083. Grayscale: #6E6E6E. Windows color (decimal): -9801860 or 8154986. OLE color: 8154986.
HSL color Cylindrical-coordinate representation of color #6A6F7C: hue angle of 223.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A6F7C is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 111 | 124 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.51 |
| HSL | 223.33º | 0.08% | 0.45% | - |
| HSV(B) | 223.33º | 0.15% | 0.49% | - |
| XYZ | 15.27 | 15.89 | 21.33 | - |
| YUV | 110.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 124 | 0.15 | 0.10 | 0 | 0.51 | 223.33 | 0.08 | 0.45 |
| Hex | 6A | 6F | 7C | F | A | 0 | 33 | DF | 8 | 2D |
| Octal | 152 | 157 | 174 | 17 | 12 | 0 | 63 | 337 | 10 | 55 |
| Binary | 1101010 | 1101111 | 1111100 | 1111 | 1010 | 0 | 110011 | 11011111 | 1000 | 101101 |
Color Harmonies of #6A6F7C
Complementary color
Monochromatic Colors of #6A6F7C
Black with #6A6F7C
Text Example
Text Example
White with #6A6F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6F7C; }
p { color: rgb(106,111,124); }
H1.HeaderClassName
{
color: #6A6F7C;
}
.AnyTagClassName
{
color: #6A6F7C;
}
</style>
background-color css
<style>
a { background-color: #6A6F7C; }
a { background-color: rgb(106,111,124); }
div.DivClassName
{
background-color: #6A6F7C;
}
.BgClassName
{
background-color: #6A6F7C;
}
</style>
border-color css
<style>
span { border-color: #6A6F7C; }
span { border-color: rgb(106,111,124); }
td.TdClassName
{
border-color: #6A6F7C;
}
.TagClassName
{
border-color: #6A6F7C;
}
</style>