#6A5573

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

Shades of Fedora #6A5573

Tints of Fedora #6A5573

Color information

#6A5573 (or 0x6A5573) is unknown color: approx Fedora. HEX triplet: 6A, 55 and 73. RGB value is (106,85,115). Sum of RGB (Red+Green+Blue) = 106+85+115=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5573 is #95AA8C. Grayscale: #5E5E5E. Windows color (decimal): -9808525 or 7558506. OLE color: 7558506.

HSL color Cylindrical-coordinate representation of color #6A5573: hue angle of 282º 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 #6A5573 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10685115-
CMYK0.080.2600.55
HSL282º15%39.22%-
HSV(B)282º26.09%45.1%-
XYZ12.2910.817.66-
YUV94.7139.46136.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.64%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=34.64%
G=27.78%
B=37.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106851150.080.2600.552821539.22
Hex6A557381A03711af27
Octal15212516310320674321747
Binary11010101010101111001110001101001101111000110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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