Shades of Raven #6B717F
Tints of Raven #6B717F
RGB
CMYK
RGB Variations
Color information
#6B717F (or 0x6B717F) is known color: Raven. HEX triplet: 6B, 71 and 7F. RGB value is (107,113,127). Sum of RGB (Red+Green+Blue) = 107+113+127=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B717F is #948E80. Grayscale: #707070. Windows color (decimal): -9735809 or 8352107. OLE color: 8352107.
HSL color Cylindrical-coordinate representation of color #6B717F: hue angle of 222º 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 #6B717F is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 113 | 127 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.50 |
| HSL | 222º | 0.09% | 0.46% | - |
| HSV(B) | 222º | 0.16% | 0.5% | - |
| XYZ | 15.8 | 16.47 | 22.42 | - |
| YUV | 112.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 127 | 0.16 | 0.11 | 0 | 0.50 | 222 | 0.09 | 0.46 |
| Hex | 6B | 71 | 7F | 10 | B | 0 | 32 | DE | 9 | 2E |
| Octal | 153 | 161 | 177 | 20 | 13 | 0 | 62 | 336 | 11 | 56 |
| Binary | 1101011 | 1110001 | 1111111 | 10000 | 1011 | 0 | 110010 | 11011110 | 1001 | 101110 |
Color Harmonies of #6B717F
Complementary color
Monochromatic Colors of #6B717F
Black with #6B717F
Text Example
Text Example
White with #6B717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B717F; }
p { color: rgb(107,113,127); }
H1.HeaderClassName
{
color: #6B717F;
}
.AnyTagClassName
{
color: #6B717F;
}
</style>
background-color css
<style>
a { background-color: #6B717F; }
a { background-color: rgb(107,113,127); }
div.DivClassName
{
background-color: #6B717F;
}
.BgClassName
{
background-color: #6B717F;
}
</style>
border-color css
<style>
span { border-color: #6B717F; }
span { border-color: rgb(107,113,127); }
td.TdClassName
{
border-color: #6B717F;
}
.TagClassName
{
border-color: #6B717F;
}
</style>