Shades of Raven #6D7277
Tints of Raven #6D7277
RGB
CMYK
RGB Variations
Color information
#6D7277 (or 0x6D7277) is known color: Raven. HEX triplet: 6D, 72 and 77. RGB value is (109,114,119). Sum of RGB (Red+Green+Blue) = 109+114+119=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7277 is #928D88. Grayscale: #717171. Windows color (decimal): -9604489 or 7828077. OLE color: 7828077.
HSL color Cylindrical-coordinate representation of color #6D7277: hue angle of 210º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D7277 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 114 | 119 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.53 |
| HSL | 210º | 0.04% | 0.45% | - |
| HSV(B) | 210º | 0.08% | 0.47% | - |
| XYZ | 15.65 | 16.62 | 19.84 | - |
| YUV | 113.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 119 | 0.08 | 0.04 | 0 | 0.53 | 210 | 0.04 | 0.45 |
| Hex | 6D | 72 | 77 | 8 | 4 | 0 | 35 | D2 | 4 | 2D |
| Octal | 155 | 162 | 167 | 10 | 4 | 0 | 65 | 322 | 4 | 55 |
| Binary | 1101101 | 1110010 | 1110111 | 1000 | 100 | 0 | 110101 | 11010010 | 100 | 101101 |
Color Harmonies of #6D7277
Complementary color
Monochromatic Colors of #6D7277
Black with #6D7277
Text Example
Text Example
White with #6D7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7277; }
p { color: rgb(109,114,119); }
H1.HeaderClassName
{
color: #6D7277;
}
.AnyTagClassName
{
color: #6D7277;
}
</style>
background-color css
<style>
a { background-color: #6D7277; }
a { background-color: rgb(109,114,119); }
div.DivClassName
{
background-color: #6D7277;
}
.BgClassName
{
background-color: #6D7277;
}
</style>
border-color css
<style>
span { border-color: #6D7277; }
span { border-color: rgb(109,114,119); }
td.TdClassName
{
border-color: #6D7277;
}
.TagClassName
{
border-color: #6D7277;
}
</style>