Shades of Fedora #6B5C6E
Tints of Fedora #6B5C6E
RGB
CMYK
RGB Variations
Color information
#6B5C6E (or 0x6B5C6E) is known color: Fedora. HEX triplet: 6B, 5C and 6E. RGB value is (107,92,110). Sum of RGB (Red+Green+Blue) = 107+92+110=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B5C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C6E is #94A391. Grayscale: #626262. Windows color (decimal): -9741202 or 7232619. OLE color: 7232619.
HSL color Cylindrical-coordinate representation of color #6B5C6E: hue angle of 290º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B5C6E is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 92 | 110 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.57 |
| HSL | 290º | 0.09% | 0.4% | - |
| HSV(B) | 290º | 0.16% | 0.43% | - |
| XYZ | 12.71 | 11.91 | 16.38 | - |
| YUV | 98.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 110 | 0.03 | 0.16 | 0 | 0.57 | 290 | 0.09 | 0.4 |
| Hex | 6B | 5C | 6E | 3 | 10 | 0 | 39 | 122 | 9 | 28 |
| Octal | 153 | 134 | 156 | 3 | 20 | 0 | 71 | 442 | 11 | 50 |
| Binary | 1101011 | 1011100 | 1101110 | 11 | 10000 | 0 | 111001 | 100100010 | 1001 | 101000 |
Color Harmonies of #6B5C6E
Complementary color
Monochromatic Colors of #6B5C6E
Black with #6B5C6E
Text Example
Text Example
White with #6B5C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C6E; }
p { color: rgb(107,92,110); }
H1.HeaderClassName
{
color: #6B5C6E;
}
.AnyTagClassName
{
color: #6B5C6E;
}
</style>
background-color css
<style>
a { background-color: #6B5C6E; }
a { background-color: rgb(107,92,110); }
div.DivClassName
{
background-color: #6B5C6E;
}
.BgClassName
{
background-color: #6B5C6E;
}
</style>
border-color css
<style>
span { border-color: #6B5C6E; }
span { border-color: rgb(107,92,110); }
td.TdClassName
{
border-color: #6B5C6E;
}
.TagClassName
{
border-color: #6B5C6E;
}
</style>