Shades of Raven #6A6F78
Tints of Raven #6A6F78
RGB
CMYK
RGB Variations
Color information
#6A6F78 (or 0x6A6F78) is known color: Raven. HEX triplet: 6A, 6F and 78. RGB value is (106,111,120). Sum of RGB (Red+Green+Blue) = 106+111+120=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A6F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6F78 is #959087. Grayscale: #6E6E6E. Windows color (decimal): -9801864 or 7892842. OLE color: 7892842.
HSL color Cylindrical-coordinate representation of color #6A6F78: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A6F78 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 111 | 120 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.53 |
| HSL | 218.57º | 0.06% | 0.44% | - |
| HSV(B) | 218.57º | 0.12% | 0.47% | - |
| XYZ | 15.02 | 15.79 | 20.03 | - |
| YUV | 110.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 120 | 0.12 | 0.08 | 0 | 0.53 | 218.57 | 0.06 | 0.44 |
| Hex | 6A | 6F | 78 | C | 8 | 0 | 35 | DB | 6 | 2C |
| Octal | 152 | 157 | 170 | 14 | 10 | 0 | 65 | 333 | 6 | 54 |
| Binary | 1101010 | 1101111 | 1111000 | 1100 | 1000 | 0 | 110101 | 11011011 | 110 | 101100 |
Color Harmonies of #6A6F78
Complementary color
Monochromatic Colors of #6A6F78
Black with #6A6F78
Text Example
Text Example
White with #6A6F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6F78; }
p { color: rgb(106,111,120); }
H1.HeaderClassName
{
color: #6A6F78;
}
.AnyTagClassName
{
color: #6A6F78;
}
</style>
background-color css
<style>
a { background-color: #6A6F78; }
a { background-color: rgb(106,111,120); }
div.DivClassName
{
background-color: #6A6F78;
}
.BgClassName
{
background-color: #6A6F78;
}
</style>
border-color css
<style>
span { border-color: #6A6F78; }
span { border-color: rgb(106,111,120); }
td.TdClassName
{
border-color: #6A6F78;
}
.TagClassName
{
border-color: #6A6F78;
}
</style>