Shades of Mid Grey #676B6D
Tints of Mid Grey #676B6D
RGB
CMYK
RGB Variations
Color information
#676B6D (or 0x676B6D) is known color: Mid Grey. HEX triplet: 67, 6B and 6D. RGB value is (103,107,109). Sum of RGB (Red+Green+Blue) = 103+107+109=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 109 - color contains mainly: blue. Hex color #676B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B6D is #989492. Grayscale: #6A6A6A. Windows color (decimal): -9999507 or 7170919. OLE color: 7170919.
HSL color Cylindrical-coordinate representation of color #676B6D: hue angle of 200º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676B6D is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 107 | 109 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.57 |
| HSL | 200º | 0.03% | 0.42% | - |
| HSV(B) | 200º | 0.06% | 0.43% | - |
| XYZ | 13.61 | 14.5 | 16.55 | - |
| YUV | 106.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 109 | 0.06 | 0.02 | 0 | 0.57 | 200 | 0.03 | 0.42 |
| Hex | 67 | 6B | 6D | 6 | 2 | 0 | 39 | C8 | 3 | 2A |
| Octal | 147 | 153 | 155 | 6 | 2 | 0 | 71 | 310 | 3 | 52 |
| Binary | 1100111 | 1101011 | 1101101 | 110 | 10 | 0 | 111001 | 11001000 | 11 | 101010 |
Color Harmonies of #676B6D
Complementary color
Monochromatic Colors of #676B6D
Black with #676B6D
Text Example
Text Example
White with #676B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B6D; }
p { color: rgb(103,107,109); }
H1.HeaderClassName
{
color: #676B6D;
}
.AnyTagClassName
{
color: #676B6D;
}
</style>
background-color css
<style>
a { background-color: #676B6D; }
a { background-color: rgb(103,107,109); }
div.DivClassName
{
background-color: #676B6D;
}
.BgClassName
{
background-color: #676B6D;
}
</style>
border-color css
<style>
span { border-color: #676B6D; }
span { border-color: rgb(103,107,109); }
td.TdClassName
{
border-color: #676B6D;
}
.TagClassName
{
border-color: #676B6D;
}
</style>