Shades of Fedora #6B5C6D
Tints of Fedora #6B5C6D
RGB
CMYK
RGB Variations
Color information
#6B5C6D (or 0x6B5C6D) is known color: Fedora. HEX triplet: 6B, 5C and 6D. RGB value is (107,92,109). Sum of RGB (Red+Green+Blue) = 107+92+109=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B5C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C6D is #94A392. Grayscale: #626262. Windows color (decimal): -9741203 or 7167083. OLE color: 7167083.
HSL color Cylindrical-coordinate representation of color #6B5C6D: hue angle of 292.94º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B5C6D is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 92 | 109 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.57 |
| HSL | 292.94º | 0.08% | 0.39% | - |
| HSV(B) | 292.94º | 0.16% | 0.43% | - |
| XYZ | 12.65 | 11.88 | 16.1 | - |
| YUV | 98.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 109 | 0.02 | 0.16 | 0 | 0.57 | 292.94 | 0.08 | 0.39 |
| Hex | 6B | 5C | 6D | 2 | 10 | 0 | 39 | 125 | 8 | 27 |
| Octal | 153 | 134 | 155 | 2 | 20 | 0 | 71 | 445 | 10 | 47 |
| Binary | 1101011 | 1011100 | 1101101 | 10 | 10000 | 0 | 111001 | 100100101 | 1000 | 100111 |
Color Harmonies of #6B5C6D
Complementary color
Monochromatic Colors of #6B5C6D
Black with #6B5C6D
Text Example
Text Example
White with #6B5C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C6D; }
p { color: rgb(107,92,109); }
H1.HeaderClassName
{
color: #6B5C6D;
}
.AnyTagClassName
{
color: #6B5C6D;
}
</style>
background-color css
<style>
a { background-color: #6B5C6D; }
a { background-color: rgb(107,92,109); }
div.DivClassName
{
background-color: #6B5C6D;
}
.BgClassName
{
background-color: #6B5C6D;
}
</style>
border-color css
<style>
span { border-color: #6B5C6D; }
span { border-color: rgb(107,92,109); }
td.TdClassName
{
border-color: #6B5C6D;
}
.TagClassName
{
border-color: #6B5C6D;
}
</style>