Shades of Fedora #685B6A
Tints of Fedora #685B6A
RGB
CMYK
RGB Variations
Color information
#685B6A (or 0x685B6A) is known color: Fedora. HEX triplet: 68, 5B and 6A. RGB value is (104,91,106). Sum of RGB (Red+Green+Blue) = 104+91+106=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 106 - color contains mainly: blue. Hex color #685B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B6A is #97A495. Grayscale: #606060. Windows color (decimal): -9938070 or 6970216. OLE color: 6970216.
HSL color Cylindrical-coordinate representation of color #685B6A: hue angle of 292º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #685B6A is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 91 | 106 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.58 |
| HSL | 292º | 0.08% | 0.39% | - |
| HSV(B) | 292º | 0.14% | 0.42% | - |
| XYZ | 12.05 | 11.47 | 15.21 | - |
| YUV | 96.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 106 | 0.02 | 0.14 | 0 | 0.58 | 292 | 0.08 | 0.39 |
| Hex | 68 | 5B | 6A | 2 | E | 0 | 3A | 124 | 8 | 27 |
| Octal | 150 | 133 | 152 | 2 | 16 | 0 | 72 | 444 | 10 | 47 |
| Binary | 1101000 | 1011011 | 1101010 | 10 | 1110 | 0 | 111010 | 100100100 | 1000 | 100111 |
Color Harmonies of #685B6A
Complementary color
Monochromatic Colors of #685B6A
Black with #685B6A
Text Example
Text Example
White with #685B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B6A; }
p { color: rgb(104,91,106); }
H1.HeaderClassName
{
color: #685B6A;
}
.AnyTagClassName
{
color: #685B6A;
}
</style>
background-color css
<style>
a { background-color: #685B6A; }
a { background-color: rgb(104,91,106); }
div.DivClassName
{
background-color: #685B6A;
}
.BgClassName
{
background-color: #685B6A;
}
</style>
border-color css
<style>
span { border-color: #685B6A; }
span { border-color: rgb(104,91,106); }
td.TdClassName
{
border-color: #685B6A;
}
.TagClassName
{
border-color: #685B6A;
}
</style>