Shades of Fedora #6B606C
Tints of Fedora #6B606C
RGB
CMYK
RGB Variations
Color information
#6B606C (or 0x6B606C) is known color: Fedora. HEX triplet: 6B, 60 and 6C. RGB value is (107,96,108). Sum of RGB (Red+Green+Blue) = 107+96+108=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B606C is #949F93. Grayscale: #646464. Windows color (decimal): -9740180 or 7102571. OLE color: 7102571.
HSL color Cylindrical-coordinate representation of color #6B606C: hue angle of 295º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B606C is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 96 | 108 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.58 |
| HSL | 295º | 0.06% | 0.4% | - |
| HSV(B) | 295º | 0.11% | 0.42% | - |
| XYZ | 12.95 | 12.57 | 15.93 | - |
| YUV | 100.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 96 | 108 | 0.01 | 0.11 | 0 | 0.58 | 295 | 0.06 | 0.4 |
| Hex | 6B | 60 | 6C | 1 | B | 0 | 3A | 127 | 6 | 28 |
| Octal | 153 | 140 | 154 | 1 | 13 | 0 | 72 | 447 | 6 | 50 |
| Binary | 1101011 | 1100000 | 1101100 | 1 | 1011 | 0 | 111010 | 100100111 | 110 | 101000 |
Color Harmonies of #6B606C
Complementary color
Monochromatic Colors of #6B606C
Black with #6B606C
Text Example
Text Example
White with #6B606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B606C; }
p { color: rgb(107,96,108); }
H1.HeaderClassName
{
color: #6B606C;
}
.AnyTagClassName
{
color: #6B606C;
}
</style>
background-color css
<style>
a { background-color: #6B606C; }
a { background-color: rgb(107,96,108); }
div.DivClassName
{
background-color: #6B606C;
}
.BgClassName
{
background-color: #6B606C;
}
</style>
border-color css
<style>
span { border-color: #6B606C; }
span { border-color: rgb(107,96,108); }
td.TdClassName
{
border-color: #6B606C;
}
.TagClassName
{
border-color: #6B606C;
}
</style>