Shades of Raven #6B7680
Tints of Raven #6B7680
RGB
CMYK
RGB Variations
Color information
#6B7680 (or 0x6B7680) is known color: Raven. HEX triplet: 6B, 76 and 80. RGB value is (107,118,128). Sum of RGB (Red+Green+Blue) = 107+118+128=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 128 - color contains mainly: blue. Hex color #6B7680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7680 is #94897F. Grayscale: #737373. Windows color (decimal): -9734528 or 8418923. OLE color: 8418923.
HSL color Cylindrical-coordinate representation of color #6B7680: hue angle of 208.57º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B7680 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 118 | 128 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.50 |
| HSL | 208.57º | 0.09% | 0.46% | - |
| HSV(B) | 208.57º | 0.16% | 0.5% | - |
| XYZ | 16.44 | 17.64 | 22.96 | - |
| YUV | 115.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 128 | 0.16 | 0.08 | 0 | 0.50 | 208.57 | 0.09 | 0.46 |
| Hex | 6B | 76 | 80 | 10 | 8 | 0 | 32 | D1 | 9 | 2E |
| Octal | 153 | 166 | 200 | 20 | 10 | 0 | 62 | 321 | 11 | 56 |
| Binary | 1101011 | 1110110 | 10000000 | 10000 | 1000 | 0 | 110010 | 11010001 | 1001 | 101110 |
Color Harmonies of #6B7680
Complementary color
Monochromatic Colors of #6B7680
Black with #6B7680
Text Example
Text Example
White with #6B7680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7680; }
p { color: rgb(107,118,128); }
H1.HeaderClassName
{
color: #6B7680;
}
.AnyTagClassName
{
color: #6B7680;
}
</style>
background-color css
<style>
a { background-color: #6B7680; }
a { background-color: rgb(107,118,128); }
div.DivClassName
{
background-color: #6B7680;
}
.BgClassName
{
background-color: #6B7680;
}
</style>
border-color css
<style>
span { border-color: #6B7680; }
span { border-color: rgb(107,118,128); }
td.TdClassName
{
border-color: #6B7680;
}
.TagClassName
{
border-color: #6B7680;
}
</style>