Shades of Raven #6B727C
Tints of Raven #6B727C
RGB
CMYK
RGB Variations
Color information
#6B727C (or 0x6B727C) is known color: Raven. HEX triplet: 6B, 72 and 7C. RGB value is (107,114,124). Sum of RGB (Red+Green+Blue) = 107+114+124=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B727C is #948D83. Grayscale: #707070. Windows color (decimal): -9735556 or 8155755. OLE color: 8155755.
HSL color Cylindrical-coordinate representation of color #6B727C: hue angle of 215.29º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B727C is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 114 | 124 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.51 |
| HSL | 215.29º | 0.07% | 0.45% | - |
| HSV(B) | 215.29º | 0.14% | 0.49% | - |
| XYZ | 15.72 | 16.62 | 21.45 | - |
| YUV | 113.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 124 | 0.14 | 0.08 | 0 | 0.51 | 215.29 | 0.07 | 0.45 |
| Hex | 6B | 72 | 7C | E | 8 | 0 | 33 | D7 | 7 | 2D |
| Octal | 153 | 162 | 174 | 16 | 10 | 0 | 63 | 327 | 7 | 55 |
| Binary | 1101011 | 1110010 | 1111100 | 1110 | 1000 | 0 | 110011 | 11010111 | 111 | 101101 |
Color Harmonies of #6B727C
Complementary color
Monochromatic Colors of #6B727C
Black with #6B727C
Text Example
Text Example
White with #6B727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B727C; }
p { color: rgb(107,114,124); }
H1.HeaderClassName
{
color: #6B727C;
}
.AnyTagClassName
{
color: #6B727C;
}
</style>
background-color css
<style>
a { background-color: #6B727C; }
a { background-color: rgb(107,114,124); }
div.DivClassName
{
background-color: #6B727C;
}
.BgClassName
{
background-color: #6B727C;
}
</style>
border-color css
<style>
span { border-color: #6B727C; }
span { border-color: rgb(107,114,124); }
td.TdClassName
{
border-color: #6B727C;
}
.TagClassName
{
border-color: #6B727C;
}
</style>