Shades of Fedora #6B5D6D
Tints of Fedora #6B5D6D
RGB
CMYK
RGB Variations
Color information
#6B5D6D (or 0x6B5D6D) is known color: Fedora. HEX triplet: 6B, 5D and 6D. RGB value is (107,93,109). Sum of RGB (Red+Green+Blue) = 107+93+109=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B5D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D6D is #94A292. Grayscale: #626262. Windows color (decimal): -9740947 or 7167339. OLE color: 7167339.
HSL color Cylindrical-coordinate representation of color #6B5D6D: hue angle of 292.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B5D6D is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 107 | 93 | 109 | - |
CMYK | 0.02 | 0.15 | 0 | 0.57 |
HSL | 292.5º | 0.08% | 0.4% | - |
HSV(B) | 292.5º | 0.15% | 0.43% | - |
XYZ | 12.74 | 12.06 | 16.12 | - |
YUV | 99.01 | 133.64 | 133.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 93 | 109 | 0.02 | 0.15 | 0 | 0.57 | 292.5 | 0.08 | 0.4 |
Hex | 6B | 5D | 6D | 2 | F | 0 | 39 | 124 | 8 | 28 |
Octal | 153 | 135 | 155 | 2 | 17 | 0 | 71 | 444 | 10 | 50 |
Binary | 1101011 | 1011101 | 1101101 | 10 | 1111 | 0 | 111001 | 100100100 | 1000 | 101000 |
Color Harmonies of #6B5D6D
Complementary color
Monochromatic Colors of #6B5D6D
Black with #6B5D6D
Text Example
Text Example
White with #6B5D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D6D; }
p { color: rgb(107,93,109); }
H1.HeaderClassName
{
color: #6B5D6D;
}
.AnyTagClassName
{
color: #6B5D6D;
}
</style>
background-color css
<style>
a { background-color: #6B5D6D; }
a { background-color: rgb(107,93,109); }
div.DivClassName
{
background-color: #6B5D6D;
}
.BgClassName
{
background-color: #6B5D6D;
}
</style>
border-color css
<style>
span { border-color: #6B5D6D; }
span { border-color: rgb(107,93,109); }
td.TdClassName
{
border-color: #6B5D6D;
}
.TagClassName
{
border-color: #6B5D6D;
}
</style>