#6F5473

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

Shades of Fedora #6F5473

Tints of Fedora #6F5473

Color information

#6F5473 (or 0x6F5473) is unknown color: approx Fedora. HEX triplet: 6F, 54 and 73. RGB value is (111,84,115). Sum of RGB (Red+Green+Blue) = 111+84+115=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F5473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5473 is #90AB8C. Grayscale: #5F5F5F. Windows color (decimal): -9481101 or 7558255. OLE color: 7558255.

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

Color convert

RGB11184115-
CMYK0.030.2700.55
HSL292.26º15.58%39.02%-
HSV(B)292.26º26.96%45.1%-
XYZ12.8210.9617.66-
YUV95.61138.95138.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=35.81%
G=27.10%
B=37.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111841150.030.2700.55292.2615.5839.02
Hex6F547331B0371241027
Octal1571241633330674442047
Binary1101111101010011100111111011011011110010010010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,115); }

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

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

 a { background-color: rgb(111,84,115); }

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

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

 span { border-color: rgb(111,84,115); }

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