Shades of Raven #6B707D
Tints of Raven #6B707D
RGB
CMYK
RGB Variations
Color information
#6B707D (or 0x6B707D) is known color: Raven. HEX triplet: 6B, 70 and 7D. RGB value is (107,112,125). Sum of RGB (Red+Green+Blue) = 107+112+125=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B707D is #948F82. Grayscale: #6F6F6F. Windows color (decimal): -9736067 or 8220779. OLE color: 8220779.
HSL color Cylindrical-coordinate representation of color #6B707D: hue angle of 223.33º degrees, saturation: 0.08, 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 #6B707D is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 112 | 125 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.51 |
| HSL | 223.33º | 0.08% | 0.45% | - |
| HSV(B) | 223.33º | 0.14% | 0.49% | - |
| XYZ | 15.56 | 16.19 | 21.71 | - |
| YUV | 111.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 125 | 0.14 | 0.10 | 0 | 0.51 | 223.33 | 0.08 | 0.45 |
| Hex | 6B | 70 | 7D | E | A | 0 | 33 | DF | 8 | 2D |
| Octal | 153 | 160 | 175 | 16 | 12 | 0 | 63 | 337 | 10 | 55 |
| Binary | 1101011 | 1110000 | 1111101 | 1110 | 1010 | 0 | 110011 | 11011111 | 1000 | 101101 |
Color Harmonies of #6B707D
Complementary color
Monochromatic Colors of #6B707D
Black with #6B707D
Text Example
Text Example
White with #6B707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B707D; }
p { color: rgb(107,112,125); }
H1.HeaderClassName
{
color: #6B707D;
}
.AnyTagClassName
{
color: #6B707D;
}
</style>
background-color css
<style>
a { background-color: #6B707D; }
a { background-color: rgb(107,112,125); }
div.DivClassName
{
background-color: #6B707D;
}
.BgClassName
{
background-color: #6B707D;
}
</style>
border-color css
<style>
span { border-color: #6B707D; }
span { border-color: rgb(107,112,125); }
td.TdClassName
{
border-color: #6B707D;
}
.TagClassName
{
border-color: #6B707D;
}
</style>