Shades of Fedora #69506A
Tints of Fedora #69506A
RGB
CMYK
RGB Variations
Color information
#69506A (or 0x69506A) is known color: Fedora. HEX triplet: 69, 50 and 6A. RGB value is (105,80,106). Sum of RGB (Red+Green+Blue) = 105+80+106=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 106 - color contains mainly: blue. Hex color #69506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69506A is #96AF95. Grayscale: #5A5A5A. Windows color (decimal): -9875350 or 6967401. OLE color: 6967401.
HSL color Cylindrical-coordinate representation of color #69506A: hue angle of 297.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69506A is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 80 | 106 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.58 |
| HSL | 297.69º | 0.14% | 0.36% | - |
| HSV(B) | 297.69º | 0.25% | 0.42% | - |
| XYZ | 11.3 | 9.78 | 14.93 | - |
| YUV | 90.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 106 | 0.01 | 0.25 | 0 | 0.58 | 297.69 | 0.14 | 0.36 |
| Hex | 69 | 50 | 6A | 1 | 19 | 0 | 3A | 12A | E | 24 |
| Octal | 151 | 120 | 152 | 1 | 31 | 0 | 72 | 452 | 16 | 44 |
| Binary | 1101001 | 1010000 | 1101010 | 1 | 11001 | 0 | 111010 | 100101010 | 1110 | 100100 |
Color Harmonies of #69506A
Complementary color
Monochromatic Colors of #69506A
Black with #69506A
Text Example
Text Example
White with #69506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69506A; }
p { color: rgb(105,80,106); }
H1.HeaderClassName
{
color: #69506A;
}
.AnyTagClassName
{
color: #69506A;
}
</style>
background-color css
<style>
a { background-color: #69506A; }
a { background-color: rgb(105,80,106); }
div.DivClassName
{
background-color: #69506A;
}
.BgClassName
{
background-color: #69506A;
}
</style>
border-color css
<style>
span { border-color: #69506A; }
span { border-color: rgb(105,80,106); }
td.TdClassName
{
border-color: #69506A;
}
.TagClassName
{
border-color: #69506A;
}
</style>