Shades of Fedora #694C6B
Tints of Fedora #694C6B
RGB
CMYK
RGB Variations
Color information
#694C6B (or 0x694C6B) is known color: Fedora. HEX triplet: 69, 4C and 6B. RGB value is (105,76,107). Sum of RGB (Red+Green+Blue) = 105+76+107=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 107 - color contains mainly: blue. Hex color #694C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694C6B is #96B394. Grayscale: #585858. Windows color (decimal): -9876373 or 7031913. OLE color: 7031913.
HSL color Cylindrical-coordinate representation of color #694C6B: hue angle of 296.13º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #694C6B is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 76 | 107 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.58 |
| HSL | 296.13º | 0.17% | 0.36% | - |
| HSV(B) | 296.13º | 0.29% | 0.42% | - |
| XYZ | 11.06 | 9.23 | 15.11 | - |
| YUV | 88.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 107 | 0.02 | 0.29 | 0 | 0.58 | 296.13 | 0.17 | 0.36 |
| Hex | 69 | 4C | 6B | 2 | 1D | 0 | 3A | 128 | 11 | 24 |
| Octal | 151 | 114 | 153 | 2 | 35 | 0 | 72 | 450 | 21 | 44 |
| Binary | 1101001 | 1001100 | 1101011 | 10 | 11101 | 0 | 111010 | 100101000 | 10001 | 100100 |
Color Harmonies of #694C6B
Complementary color
Monochromatic Colors of #694C6B
Black with #694C6B
Text Example
Text Example
White with #694C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C6B; }
p { color: rgb(105,76,107); }
H1.HeaderClassName
{
color: #694C6B;
}
.AnyTagClassName
{
color: #694C6B;
}
</style>
background-color css
<style>
a { background-color: #694C6B; }
a { background-color: rgb(105,76,107); }
div.DivClassName
{
background-color: #694C6B;
}
.BgClassName
{
background-color: #694C6B;
}
</style>
border-color css
<style>
span { border-color: #694C6B; }
span { border-color: rgb(105,76,107); }
td.TdClassName
{
border-color: #694C6B;
}
.TagClassName
{
border-color: #694C6B;
}
</style>