#6D5171

Color #6D5171 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #6D5171

Tints of Fedora #6D5171

Color information

#6D5171 (or 0x6D5171) is unknown color: approx Fedora. HEX triplet: 6D, 51 and 71. RGB value is (109,81,113). Sum of RGB (Red+Green+Blue) = 109+81+113=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D5171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5171 is #92AE8E. Grayscale: #5C5C5C. Windows color (decimal): -9612943 or 7426413. OLE color: 7426413.

HSL color Cylindrical-coordinate representation of color #6D5171: hue angle of 292.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D5171 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10981113-
CMYK0.040.2800.56
HSL292.5º16.49%38.04%-
HSV(B)292.5º28.32%44.31%-
XYZ12.2310.3316.97-
YUV93.02139.28139.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 81 (32.03% from 255) = 26.73%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=35.97%
G=26.73%
B=37.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109811130.040.2800.56292.516.4938.04
Hex6D517141C0381241026
Octal1551211614340704442046
Binary11011011010001111000110011100011100010010010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D5171; }

 p { color: rgb(109,81,113); }

 H1.HeaderClassName
 {
   color: #6D5171;
 }
 .AnyTagClassName
 {
   color: #6D5171;
 }
</style>
background-color css

<style>
 a { background-color: #6D5171; }

 a { background-color: rgb(109,81,113); }

 div.DivClassName
 {
   background-color: #6D5171;
 }
 .BgClassName
 {
   background-color: #6D5171;
 }
</style>
border-color css

<style>
 span { border-color: #6D5171; }

 span { border-color: rgb(109,81,113); }

 td.TdClassName
 {
   border-color: #6D5171;
 }
 .TagClassName
 {
   border-color: #6D5171;
 }
</style>