Shades of Fedora #694C6C
Tints of Fedora #694C6C
RGB
CMYK
RGB Variations
Color information
#694C6C (or 0x694C6C) is known color: Fedora. HEX triplet: 69, 4C and 6C. RGB value is (105,76,108). Sum of RGB (Red+Green+Blue) = 105+76+108=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #694C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694C6C is #96B393. Grayscale: #585858. Windows color (decimal): -9876372 or 7097449. OLE color: 7097449.
HSL color Cylindrical-coordinate representation of color #694C6C: hue angle of 294.38º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #694C6C is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 76 | 108 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.58 |
| HSL | 294.38º | 0.17% | 0.36% | - |
| HSV(B) | 294.38º | 0.3% | 0.42% | - |
| XYZ | 11.12 | 9.25 | 15.39 | - |
| YUV | 88.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 108 | 0.03 | 0.30 | 0 | 0.58 | 294.38 | 0.17 | 0.36 |
| Hex | 69 | 4C | 6C | 3 | 1E | 0 | 3A | 126 | 11 | 24 |
| Octal | 151 | 114 | 154 | 3 | 36 | 0 | 72 | 446 | 21 | 44 |
| Binary | 1101001 | 1001100 | 1101100 | 11 | 11110 | 0 | 111010 | 100100110 | 10001 | 100100 |
Color Harmonies of #694C6C
Complementary color
Monochromatic Colors of #694C6C
Black with #694C6C
Text Example
Text Example
White with #694C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C6C; }
p { color: rgb(105,76,108); }
H1.HeaderClassName
{
color: #694C6C;
}
.AnyTagClassName
{
color: #694C6C;
}
</style>
background-color css
<style>
a { background-color: #694C6C; }
a { background-color: rgb(105,76,108); }
div.DivClassName
{
background-color: #694C6C;
}
.BgClassName
{
background-color: #694C6C;
}
</style>
border-color css
<style>
span { border-color: #694C6C; }
span { border-color: rgb(105,76,108); }
td.TdClassName
{
border-color: #694C6C;
}
.TagClassName
{
border-color: #694C6C;
}
</style>