Shades of Raven #6C727E
Tints of Raven #6C727E
RGB
CMYK
RGB Variations
Color information
#6C727E (or 0x6C727E) is known color: Raven. HEX triplet: 6C, 72 and 7E. RGB value is (108,114,126). Sum of RGB (Red+Green+Blue) = 108+114+126=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 126 - color contains mainly: blue. Hex color #6C727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C727E is #938D81. Grayscale: #717171. Windows color (decimal): -9670018 or 8286828. OLE color: 8286828.
HSL color Cylindrical-coordinate representation of color #6C727E: hue angle of 220º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C727E is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 114 | 126 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.51 |
| HSL | 220º | 0.08% | 0.46% | - |
| HSV(B) | 220º | 0.14% | 0.49% | - |
| XYZ | 15.97 | 16.73 | 22.13 | - |
| YUV | 113.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 126 | 0.14 | 0.10 | 0 | 0.51 | 220 | 0.08 | 0.46 |
| Hex | 6C | 72 | 7E | E | A | 0 | 33 | DC | 8 | 2E |
| Octal | 154 | 162 | 176 | 16 | 12 | 0 | 63 | 334 | 10 | 56 |
| Binary | 1101100 | 1110010 | 1111110 | 1110 | 1010 | 0 | 110011 | 11011100 | 1000 | 101110 |
Color Harmonies of #6C727E
Complementary color
Monochromatic Colors of #6C727E
Black with #6C727E
Text Example
Text Example
White with #6C727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C727E; }
p { color: rgb(108,114,126); }
H1.HeaderClassName
{
color: #6C727E;
}
.AnyTagClassName
{
color: #6C727E;
}
</style>
background-color css
<style>
a { background-color: #6C727E; }
a { background-color: rgb(108,114,126); }
div.DivClassName
{
background-color: #6C727E;
}
.BgClassName
{
background-color: #6C727E;
}
</style>
border-color css
<style>
span { border-color: #6C727E; }
span { border-color: rgb(108,114,126); }
td.TdClassName
{
border-color: #6C727E;
}
.TagClassName
{
border-color: #6C727E;
}
</style>