Shades of Fedora #69616A
Tints of Fedora #69616A
RGB
CMYK
RGB Variations
Color information
#69616A (or 0x69616A) is known color: Fedora. HEX triplet: 69, 61 and 6A. RGB value is (105,97,106). Sum of RGB (Red+Green+Blue) = 105+97+106=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 106 - color contains mainly: blue. Hex color #69616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69616A is #969E95. Grayscale: #646464. Windows color (decimal): -9870998 or 6971753. OLE color: 6971753.
HSL color Cylindrical-coordinate representation of color #69616A: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #69616A is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 97 | 106 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.58 |
| HSL | 293.33º | 0.04% | 0.4% | - |
| HSV(B) | 293.33º | 0.08% | 0.42% | - |
| XYZ | 12.7 | 12.59 | 15.4 | - |
| YUV | 100.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 106 | 0.01 | 0.08 | 0 | 0.58 | 293.33 | 0.04 | 0.4 |
| Hex | 69 | 61 | 6A | 1 | 8 | 0 | 3A | 125 | 4 | 28 |
| Octal | 151 | 141 | 152 | 1 | 10 | 0 | 72 | 445 | 4 | 50 |
| Binary | 1101001 | 1100001 | 1101010 | 1 | 1000 | 0 | 111010 | 100100101 | 100 | 101000 |
Color Harmonies of #69616A
Complementary color
Monochromatic Colors of #69616A
Black with #69616A
Text Example
Text Example
White with #69616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69616A; }
p { color: rgb(105,97,106); }
H1.HeaderClassName
{
color: #69616A;
}
.AnyTagClassName
{
color: #69616A;
}
</style>
background-color css
<style>
a { background-color: #69616A; }
a { background-color: rgb(105,97,106); }
div.DivClassName
{
background-color: #69616A;
}
.BgClassName
{
background-color: #69616A;
}
</style>
border-color css
<style>
span { border-color: #69616A; }
span { border-color: rgb(105,97,106); }
td.TdClassName
{
border-color: #69616A;
}
.TagClassName
{
border-color: #69616A;
}
</style>