#6E5373

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

Shades of Fedora #6E5373

Tints of Fedora #6E5373

Color information

#6E5373 (or 0x6E5373) is unknown color: approx Fedora. HEX triplet: 6E, 53 and 73. RGB value is (110,83,115). Sum of RGB (Red+Green+Blue) = 110+83+115=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E5373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5373 is #91AC8C. Grayscale: #5E5E5E. Windows color (decimal): -9546893 or 7557998. OLE color: 7557998.

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

Color convert

RGB11083115-
CMYK0.040.2800.55
HSL290.62º16.16%38.82%-
HSV(B)290.62º27.83%45.1%-
XYZ12.6210.7417.63-
YUV94.72139.45138.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 115 (45.31% from 255) = 37.34%
R=35.71%
G=26.95%
B=37.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110831150.040.2800.55290.6216.1638.82
Hex6E537341C0371231027
Octal1561231634340674432047
Binary11011101010011111001110011100011011110010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,83,115); }

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

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

 a { background-color: rgb(110,83,115); }

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

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

 span { border-color: rgb(110,83,115); }

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