Shades of Mid Grey #686A6B
Tints of Mid Grey #686A6B
RGB
CMYK
RGB Variations
Color information
#686A6B (or 0x686A6B) is known color: Mid Grey. HEX triplet: 68, 6A and 6B. RGB value is (104,106,107). Sum of RGB (Red+Green+Blue) = 104+106+107=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 107 - color contains mainly: blue. Hex color #686A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A6B is #979594. Grayscale: #696969. Windows color (decimal): -9934229 or 7039592. OLE color: 7039592.
HSL color Cylindrical-coordinate representation of color #686A6B: hue angle of 200º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #686A6B is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
RGB | 104 | 106 | 107 | - |
CMYK | 0.03 | 0.01 | 0 | 0.58 |
HSL | 200º | 0.01% | 0.41% | - |
HSV(B) | 200º | 0.03% | 0.42% | - |
XYZ | 13.52 | 14.31 | 15.96 | - |
YUV | 105.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 106 | 107 | 0.03 | 0.01 | 0 | 0.58 | 200 | 0.01 | 0.41 |
Hex | 68 | 6A | 6B | 3 | 1 | 0 | 3A | C8 | 1 | 29 |
Octal | 150 | 152 | 153 | 3 | 1 | 0 | 72 | 310 | 1 | 51 |
Binary | 1101000 | 1101010 | 1101011 | 11 | 1 | 0 | 111010 | 11001000 | 1 | 101001 |
Color Harmonies of #686A6B
Complementary color
Monochromatic Colors of #686A6B
Black with #686A6B
Text Example
Text Example
White with #686A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A6B; }
p { color: rgb(104,106,107); }
H1.HeaderClassName
{
color: #686A6B;
}
.AnyTagClassName
{
color: #686A6B;
}
</style>
background-color css
<style>
a { background-color: #686A6B; }
a { background-color: rgb(104,106,107); }
div.DivClassName
{
background-color: #686A6B;
}
.BgClassName
{
background-color: #686A6B;
}
</style>
border-color css
<style>
span { border-color: #686A6B; }
span { border-color: rgb(104,106,107); }
td.TdClassName
{
border-color: #686A6B;
}
.TagClassName
{
border-color: #686A6B;
}
</style>