#6E5371

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

Shades of Fedora #6E5371

Tints of Fedora #6E5371

Color information

#6E5371 (or 0x6E5371) is unknown color: approx Fedora. HEX triplet: 6E, 53 and 71. RGB value is (110,83,113). Sum of RGB (Red+Green+Blue) = 110+83+113=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E5371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5371 is #91AC8E. Grayscale: #5E5E5E. Windows color (decimal): -9546895 or 7426926. OLE color: 7426926.

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

Color convert

RGB11083113-
CMYK0.030.2700.56
HSL294º15.31%38.43%-
HSV(B)294º26.55%44.31%-
XYZ12.510.6917.03-
YUV94.49138.45139.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=35.95%
G=27.12%
B=36.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110831130.030.2700.5629415.3138.43
Hex6E537131B038126f26
Octal1561231613330704461746
Binary110111010100111110001111101101110001001001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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