#6F5573

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

Shades of Fedora #6F5573

Tints of Fedora #6F5573

Color information

#6F5573 (or 0x6F5573) is unknown color: approx Fedora. HEX triplet: 6F, 55 and 73. RGB value is (111,85,115). Sum of RGB (Red+Green+Blue) = 111+85+115=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5573 is #90AA8C. Grayscale: #606060. Windows color (decimal): -9480845 or 7558511. OLE color: 7558511.

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

Color convert

RGB11185115-
CMYK0.030.2600.55
HSL292º15%39.22%-
HSV(B)292º26.09%45.1%-
XYZ12.911.1117.69-
YUV96.19138.61138.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=35.69%
G=27.33%
B=36.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111851150.030.2600.552921539.22
Hex6F557331A037124f27
Octal1571251633320674441747
Binary110111110101011110011111101001101111001001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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