Shades of Raven #6B737A
Tints of Raven #6B737A
RGB
CMYK
RGB Variations
Color information
#6B737A (or 0x6B737A) is known color: Raven. HEX triplet: 6B, 73 and 7A. RGB value is (107,115,122). Sum of RGB (Red+Green+Blue) = 107+115+122=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B737A is #948C85. Grayscale: #717171. Windows color (decimal): -9735302 or 8024939. OLE color: 8024939.
HSL color Cylindrical-coordinate representation of color #6B737A: hue angle of 208º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B737A is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 115 | 122 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.52 |
| HSL | 208º | 0.07% | 0.45% | - |
| HSV(B) | 208º | 0.12% | 0.48% | - |
| XYZ | 15.71 | 16.79 | 20.83 | - |
| YUV | 113.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 122 | 0.12 | 0.06 | 0 | 0.52 | 208 | 0.07 | 0.45 |
| Hex | 6B | 73 | 7A | C | 6 | 0 | 34 | D0 | 7 | 2D |
| Octal | 153 | 163 | 172 | 14 | 6 | 0 | 64 | 320 | 7 | 55 |
| Binary | 1101011 | 1110011 | 1111010 | 1100 | 110 | 0 | 110100 | 11010000 | 111 | 101101 |
Color Harmonies of #6B737A
Complementary color
Monochromatic Colors of #6B737A
Black with #6B737A
Text Example
Text Example
White with #6B737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B737A; }
p { color: rgb(107,115,122); }
H1.HeaderClassName
{
color: #6B737A;
}
.AnyTagClassName
{
color: #6B737A;
}
</style>
background-color css
<style>
a { background-color: #6B737A; }
a { background-color: rgb(107,115,122); }
div.DivClassName
{
background-color: #6B737A;
}
.BgClassName
{
background-color: #6B737A;
}
</style>
border-color css
<style>
span { border-color: #6B737A; }
span { border-color: rgb(107,115,122); }
td.TdClassName
{
border-color: #6B737A;
}
.TagClassName
{
border-color: #6B737A;
}
</style>