Shades of Fedora #685269
Tints of Fedora #685269
RGB
CMYK
RGB Variations
Color information
#685269 (or 0x685269) is known color: Fedora. HEX triplet: 68, 52 and 69. RGB value is (104,82,105). Sum of RGB (Red+Green+Blue) = 104+82+105=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 105 - color contains mainly: blue. Hex color #685269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685269 is #97AD96. Grayscale: #5B5B5B. Windows color (decimal): -9940375 or 6902376. OLE color: 6902376.
HSL color Cylindrical-coordinate representation of color #685269: hue angle of 297.39º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #685269 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 105 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.59 |
| HSL | 297.39º | 0.12% | 0.37% | - |
| HSV(B) | 297.39º | 0.22% | 0.41% | - |
| XYZ | 11.28 | 10 | 14.7 | - |
| YUV | 91.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 105 | 0.01 | 0.22 | 0 | 0.59 | 297.39 | 0.12 | 0.37 |
| Hex | 68 | 52 | 69 | 1 | 16 | 0 | 3B | 129 | C | 25 |
| Octal | 150 | 122 | 151 | 1 | 26 | 0 | 73 | 451 | 14 | 45 |
| Binary | 1101000 | 1010010 | 1101001 | 1 | 10110 | 0 | 111011 | 100101001 | 1100 | 100101 |
Color Harmonies of #685269
Complementary color
Monochromatic Colors of #685269
Black with #685269
Text Example
Text Example
White with #685269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685269; }
p { color: rgb(104,82,105); }
H1.HeaderClassName
{
color: #685269;
}
.AnyTagClassName
{
color: #685269;
}
</style>
background-color css
<style>
a { background-color: #685269; }
a { background-color: rgb(104,82,105); }
div.DivClassName
{
background-color: #685269;
}
.BgClassName
{
background-color: #685269;
}
</style>
border-color css
<style>
span { border-color: #685269; }
span { border-color: rgb(104,82,105); }
td.TdClassName
{
border-color: #685269;
}
.TagClassName
{
border-color: #685269;
}
</style>