#6D5771

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

Shades of Fedora #6D5771

Tints of Fedora #6D5771

Color information

#6D5771 (or 0x6D5771) is unknown color: approx Fedora. HEX triplet: 6D, 57 and 71. RGB value is (109,87,113). Sum of RGB (Red+Green+Blue) = 109+87+113=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D5771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5771 is #92A88E. Grayscale: #606060. Windows color (decimal): -9611407 or 7427949. OLE color: 7427949.

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

Color convert

RGB10987113-
CMYK0.040.2300.56
HSL290.77º13%39.22%-
HSV(B)290.77º23.01%44.31%-
XYZ12.711.2617.13-
YUV96.54137.29136.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=35.28%
G=28.16%
B=36.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109871130.040.2300.56290.771339.22
Hex6D5771417038123d27
Octal1551271614270704431547
Binary1101101101011111100011001011101110001001000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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