Shades of Fedora #6B5970
Tints of Fedora #6B5970
RGB
CMYK
RGB Variations
Color information
#6B5970 (or 0x6B5970) is known color: Fedora. HEX triplet: 6B, 59 and 70. RGB value is (107,89,112). Sum of RGB (Red+Green+Blue) = 107+89+112=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5970 is #94A68F. Grayscale: #606060. Windows color (decimal): -9741968 or 7362923. OLE color: 7362923.
HSL color Cylindrical-coordinate representation of color #6B5970: hue angle of 286.96º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5970 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 89 | 112 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.56 |
| HSL | 286.96º | 0.11% | 0.39% | - |
| HSV(B) | 286.96º | 0.21% | 0.44% | - |
| XYZ | 12.56 | 11.44 | 16.88 | - |
| YUV | 97 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 112 | 0.04 | 0.21 | 0 | 0.56 | 286.96 | 0.11 | 0.39 |
| Hex | 6B | 59 | 70 | 4 | 15 | 0 | 38 | 11F | B | 27 |
| Octal | 153 | 131 | 160 | 4 | 25 | 0 | 70 | 437 | 13 | 47 |
| Binary | 1101011 | 1011001 | 1110000 | 100 | 10101 | 0 | 111000 | 100011111 | 1011 | 100111 |
Color Harmonies of #6B5970
Complementary color
Monochromatic Colors of #6B5970
Black with #6B5970
Text Example
Text Example
White with #6B5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5970; }
p { color: rgb(107,89,112); }
H1.HeaderClassName
{
color: #6B5970;
}
.AnyTagClassName
{
color: #6B5970;
}
</style>
background-color css
<style>
a { background-color: #6B5970; }
a { background-color: rgb(107,89,112); }
div.DivClassName
{
background-color: #6B5970;
}
.BgClassName
{
background-color: #6B5970;
}
</style>
border-color css
<style>
span { border-color: #6B5970; }
span { border-color: rgb(107,89,112); }
td.TdClassName
{
border-color: #6B5970;
}
.TagClassName
{
border-color: #6B5970;
}
</style>