#6E4F73

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

Shades of Fedora #6E4F73

Tints of Fedora #6E4F73

Color information

#6E4F73 (or 0x6E4F73) is unknown color: approx Fedora. HEX triplet: 6E, 4F and 73. RGB value is (110,79,115). Sum of RGB (Red+Green+Blue) = 110+79+115=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E4F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F73 is #91B08C. Grayscale: #5C5C5C. Windows color (decimal): -9547917 or 7556974. OLE color: 7556974.

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

Color convert

RGB11079115-
CMYK0.040.3100.55
HSL291.67º18.56%38.04%-
HSV(B)291.67º31.3%45.1%-
XYZ12.3210.1417.53-
YUV92.37140.77140.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.18%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=36.18%
G=25.99%
B=37.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110791150.040.3100.55291.6718.5638.04
Hex6E4F7341F0371241326
Octal1561171634370674442346
Binary11011101001111111001110011111011011110010010010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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