Shades of Fedora #6B5F6C
Tints of Fedora #6B5F6C
RGB
CMYK
RGB Variations
Color information
#6B5F6C (or 0x6B5F6C) is known color: Fedora. HEX triplet: 6B, 5F and 6C. RGB value is (107,95,108). Sum of RGB (Red+Green+Blue) = 107+95+108=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B5F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F6C is #94A093. Grayscale: #646464. Windows color (decimal): -9740436 or 7102315. OLE color: 7102315.
HSL color Cylindrical-coordinate representation of color #6B5F6C: hue angle of 295.38º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B5F6C is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 108 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.58 |
| HSL | 295.38º | 0.06% | 0.4% | - |
| HSV(B) | 295.38º | 0.12% | 0.42% | - |
| XYZ | 12.86 | 12.39 | 15.9 | - |
| YUV | 100.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 108 | 0.01 | 0.12 | 0 | 0.58 | 295.38 | 0.06 | 0.4 |
| Hex | 6B | 5F | 6C | 1 | C | 0 | 3A | 127 | 6 | 28 |
| Octal | 153 | 137 | 154 | 1 | 14 | 0 | 72 | 447 | 6 | 50 |
| Binary | 1101011 | 1011111 | 1101100 | 1 | 1100 | 0 | 111010 | 100100111 | 110 | 101000 |
Color Harmonies of #6B5F6C
Complementary color
Monochromatic Colors of #6B5F6C
Black with #6B5F6C
Text Example
Text Example
White with #6B5F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F6C; }
p { color: rgb(107,95,108); }
H1.HeaderClassName
{
color: #6B5F6C;
}
.AnyTagClassName
{
color: #6B5F6C;
}
</style>
background-color css
<style>
a { background-color: #6B5F6C; }
a { background-color: rgb(107,95,108); }
div.DivClassName
{
background-color: #6B5F6C;
}
.BgClassName
{
background-color: #6B5F6C;
}
</style>
border-color css
<style>
span { border-color: #6B5F6C; }
span { border-color: rgb(107,95,108); }
td.TdClassName
{
border-color: #6B5F6C;
}
.TagClassName
{
border-color: #6B5F6C;
}
</style>