Shades of Raven #6A7786
Tints of Raven #6A7786
RGB
CMYK
RGB Variations
Color information
#6A7786 (or 0x6A7786) is known color: Raven. HEX triplet: 6A, 77 and 86. RGB value is (106,119,134). Sum of RGB (Red+Green+Blue) = 106+119+134=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #6A7786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7786 is #958879. Grayscale: #747474. Windows color (decimal): -9799802 or 8812394. OLE color: 8812394.
HSL color Cylindrical-coordinate representation of color #6A7786: hue angle of 212.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A7786 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 119 | 134 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.47 |
| HSL | 212.14º | 0.12% | 0.47% | - |
| HSV(B) | 212.14º | 0.21% | 0.53% | - |
| XYZ | 16.84 | 17.98 | 25.14 | - |
| YUV | 116.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 119 | 134 | 0.21 | 0.11 | 0 | 0.47 | 212.14 | 0.12 | 0.47 |
| Hex | 6A | 77 | 86 | 15 | B | 0 | 2F | D4 | C | 2F |
| Octal | 152 | 167 | 206 | 25 | 13 | 0 | 57 | 324 | 14 | 57 |
| Binary | 1101010 | 1110111 | 10000110 | 10101 | 1011 | 0 | 101111 | 11010100 | 1100 | 101111 |
Color Harmonies of #6A7786
Complementary color
Monochromatic Colors of #6A7786
Black with #6A7786
Text Example
Text Example
White with #6A7786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7786; }
p { color: rgb(106,119,134); }
H1.HeaderClassName
{
color: #6A7786;
}
.AnyTagClassName
{
color: #6A7786;
}
</style>
background-color css
<style>
a { background-color: #6A7786; }
a { background-color: rgb(106,119,134); }
div.DivClassName
{
background-color: #6A7786;
}
.BgClassName
{
background-color: #6A7786;
}
</style>
border-color css
<style>
span { border-color: #6A7786; }
span { border-color: rgb(106,119,134); }
td.TdClassName
{
border-color: #6A7786;
}
.TagClassName
{
border-color: #6A7786;
}
</style>