Shades of Raven #6B737C
Tints of Raven #6B737C
RGB
CMYK
RGB Variations
Color information
#6B737C (or 0x6B737C) is known color: Raven. HEX triplet: 6B, 73 and 7C. RGB value is (107,115,124). Sum of RGB (Red+Green+Blue) = 107+115+124=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B737C is #948C83. Grayscale: #717171. Windows color (decimal): -9735300 or 8156011. OLE color: 8156011.
HSL color Cylindrical-coordinate representation of color #6B737C: hue angle of 211.76º 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 #6B737C is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 115 | 124 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.51 |
| HSL | 211.76º | 0.07% | 0.45% | - |
| HSV(B) | 211.76º | 0.14% | 0.49% | - |
| XYZ | 15.83 | 16.84 | 21.49 | - |
| YUV | 113.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 124 | 0.14 | 0.07 | 0 | 0.51 | 211.76 | 0.07 | 0.45 |
| Hex | 6B | 73 | 7C | E | 7 | 0 | 33 | D4 | 7 | 2D |
| Octal | 153 | 163 | 174 | 16 | 7 | 0 | 63 | 324 | 7 | 55 |
| Binary | 1101011 | 1110011 | 1111100 | 1110 | 111 | 0 | 110011 | 11010100 | 111 | 101101 |
Color Harmonies of #6B737C
Complementary color
Monochromatic Colors of #6B737C
Black with #6B737C
Text Example
Text Example
White with #6B737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B737C; }
p { color: rgb(107,115,124); }
H1.HeaderClassName
{
color: #6B737C;
}
.AnyTagClassName
{
color: #6B737C;
}
</style>
background-color css
<style>
a { background-color: #6B737C; }
a { background-color: rgb(107,115,124); }
div.DivClassName
{
background-color: #6B737C;
}
.BgClassName
{
background-color: #6B737C;
}
</style>
border-color css
<style>
span { border-color: #6B737C; }
span { border-color: rgb(107,115,124); }
td.TdClassName
{
border-color: #6B737C;
}
.TagClassName
{
border-color: #6B737C;
}
</style>