Shades of Fedora #694A6A
Tints of Fedora #694A6A
RGB
CMYK
RGB Variations
Color information
#694A6A (or 0x694A6A) is known color: Fedora. HEX triplet: 69, 4A and 6A. RGB value is (105,74,106). Sum of RGB (Red+Green+Blue) = 105+74+106=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #694A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694A6A is #96B595. Grayscale: #565656. Windows color (decimal): -9876886 or 6965865. OLE color: 6965865.
HSL color Cylindrical-coordinate representation of color #694A6A: hue angle of 298.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #694A6A is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 74 | 106 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.58 |
| HSL | 298.13º | 0.18% | 0.35% | - |
| HSV(B) | 298.13º | 0.3% | 0.42% | - |
| XYZ | 10.88 | 8.94 | 14.79 | - |
| YUV | 86.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 106 | 0.01 | 0.30 | 0 | 0.58 | 298.13 | 0.18 | 0.35 |
| Hex | 69 | 4A | 6A | 1 | 1E | 0 | 3A | 12A | 12 | 23 |
| Octal | 151 | 112 | 152 | 1 | 36 | 0 | 72 | 452 | 22 | 43 |
| Binary | 1101001 | 1001010 | 1101010 | 1 | 11110 | 0 | 111010 | 100101010 | 10010 | 100011 |
Color Harmonies of #694A6A
Complementary color
Monochromatic Colors of #694A6A
Black with #694A6A
Text Example
Text Example
White with #694A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A6A; }
p { color: rgb(105,74,106); }
H1.HeaderClassName
{
color: #694A6A;
}
.AnyTagClassName
{
color: #694A6A;
}
</style>
background-color css
<style>
a { background-color: #694A6A; }
a { background-color: rgb(105,74,106); }
div.DivClassName
{
background-color: #694A6A;
}
.BgClassName
{
background-color: #694A6A;
}
</style>
border-color css
<style>
span { border-color: #694A6A; }
span { border-color: rgb(105,74,106); }
td.TdClassName
{
border-color: #694A6A;
}
.TagClassName
{
border-color: #694A6A;
}
</style>