Shades of Fedora #685369
Tints of Fedora #685369
RGB
CMYK
RGB Variations
Color information
#685369 (or 0x685369) is known color: Fedora. HEX triplet: 68, 53 and 69. RGB value is (104,83,105). Sum of RGB (Red+Green+Blue) = 104+83+105=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 105 - color contains mainly: blue. Hex color #685369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685369 is #97AC96. Grayscale: #5B5B5B. Windows color (decimal): -9940119 or 6902632. OLE color: 6902632.
HSL color Cylindrical-coordinate representation of color #685369: hue angle of 297.27º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685369 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 83 | 105 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.59 |
| HSL | 297.27º | 0.12% | 0.37% | - |
| HSV(B) | 297.27º | 0.21% | 0.41% | - |
| XYZ | 11.35 | 10.15 | 14.73 | - |
| YUV | 91.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 105 | 0.01 | 0.21 | 0 | 0.59 | 297.27 | 0.12 | 0.37 |
| Hex | 68 | 53 | 69 | 1 | 15 | 0 | 3B | 129 | C | 25 |
| Octal | 150 | 123 | 151 | 1 | 25 | 0 | 73 | 451 | 14 | 45 |
| Binary | 1101000 | 1010011 | 1101001 | 1 | 10101 | 0 | 111011 | 100101001 | 1100 | 100101 |
Color Harmonies of #685369
Complementary color
Monochromatic Colors of #685369
Black with #685369
Text Example
Text Example
White with #685369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685369; }
p { color: rgb(104,83,105); }
H1.HeaderClassName
{
color: #685369;
}
.AnyTagClassName
{
color: #685369;
}
</style>
background-color css
<style>
a { background-color: #685369; }
a { background-color: rgb(104,83,105); }
div.DivClassName
{
background-color: #685369;
}
.BgClassName
{
background-color: #685369;
}
</style>
border-color css
<style>
span { border-color: #685369; }
span { border-color: rgb(104,83,105); }
td.TdClassName
{
border-color: #685369;
}
.TagClassName
{
border-color: #685369;
}
</style>