Shades of Raven #6B767F
Tints of Raven #6B767F
RGB
CMYK
RGB Variations
Color information
#6B767F (or 0x6B767F) is known color: Raven. HEX triplet: 6B, 76 and 7F. RGB value is (107,118,127). Sum of RGB (Red+Green+Blue) = 107+118+127=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B767F is #948980. Grayscale: #737373. Windows color (decimal): -9734529 or 8353387. OLE color: 8353387.
HSL color Cylindrical-coordinate representation of color #6B767F: hue angle of 207º 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 #6B767F is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 118 | 127 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.50 |
| HSL | 207º | 0.09% | 0.46% | - |
| HSV(B) | 207º | 0.16% | 0.5% | - |
| XYZ | 16.37 | 17.61 | 22.62 | - |
| YUV | 115.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 127 | 0.16 | 0.07 | 0 | 0.50 | 207 | 0.09 | 0.46 |
| Hex | 6B | 76 | 7F | 10 | 7 | 0 | 32 | CF | 9 | 2E |
| Octal | 153 | 166 | 177 | 20 | 7 | 0 | 62 | 317 | 11 | 56 |
| Binary | 1101011 | 1110110 | 1111111 | 10000 | 111 | 0 | 110010 | 11001111 | 1001 | 101110 |
Color Harmonies of #6B767F
Complementary color
Monochromatic Colors of #6B767F
Black with #6B767F
Text Example
Text Example
White with #6B767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B767F; }
p { color: rgb(107,118,127); }
H1.HeaderClassName
{
color: #6B767F;
}
.AnyTagClassName
{
color: #6B767F;
}
</style>
background-color css
<style>
a { background-color: #6B767F; }
a { background-color: rgb(107,118,127); }
div.DivClassName
{
background-color: #6B767F;
}
.BgClassName
{
background-color: #6B767F;
}
</style>
border-color css
<style>
span { border-color: #6B767F; }
span { border-color: rgb(107,118,127); }
td.TdClassName
{
border-color: #6B767F;
}
.TagClassName
{
border-color: #6B767F;
}
</style>