Shades of Raven #6A7684
Tints of Raven #6A7684
RGB
CMYK
RGB Variations
Color information
#6A7684 (or 0x6A7684) is known color: Raven. HEX triplet: 6A, 76 and 84. RGB value is (106,118,132). Sum of RGB (Red+Green+Blue) = 106+118+132=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A7684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7684 is #95897B. Grayscale: #737373. Windows color (decimal): -9800060 or 8681066. OLE color: 8681066.
HSL color Cylindrical-coordinate representation of color #6A7684: hue angle of 212.31º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A7684 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 118 | 132 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.48 |
| HSL | 212.31º | 0.11% | 0.47% | - |
| HSV(B) | 212.31º | 0.2% | 0.52% | - |
| XYZ | 16.59 | 17.69 | 24.37 | - |
| YUV | 116.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 132 | 0.20 | 0.11 | 0 | 0.48 | 212.31 | 0.11 | 0.47 |
| Hex | 6A | 76 | 84 | 14 | B | 0 | 30 | D4 | B | 2F |
| Octal | 152 | 166 | 204 | 24 | 13 | 0 | 60 | 324 | 13 | 57 |
| Binary | 1101010 | 1110110 | 10000100 | 10100 | 1011 | 0 | 110000 | 11010100 | 1011 | 101111 |
Color Harmonies of #6A7684
Complementary color
Monochromatic Colors of #6A7684
Black with #6A7684
Text Example
Text Example
White with #6A7684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7684; }
p { color: rgb(106,118,132); }
H1.HeaderClassName
{
color: #6A7684;
}
.AnyTagClassName
{
color: #6A7684;
}
</style>
background-color css
<style>
a { background-color: #6A7684; }
a { background-color: rgb(106,118,132); }
div.DivClassName
{
background-color: #6A7684;
}
.BgClassName
{
background-color: #6A7684;
}
</style>
border-color css
<style>
span { border-color: #6A7684; }
span { border-color: rgb(106,118,132); }
td.TdClassName
{
border-color: #6A7684;
}
.TagClassName
{
border-color: #6A7684;
}
</style>