#6B5573

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

Shades of Fedora #6B5573

Tints of Fedora #6B5573

Color information

#6B5573 (or 0x6B5573) is unknown color: approx Fedora. HEX triplet: 6B, 55 and 73. RGB value is (107,85,115). Sum of RGB (Red+Green+Blue) = 107+85+115=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5573 is #94AA8C. Grayscale: #5E5E5E. Windows color (decimal): -9742989 or 7558507. OLE color: 7558507.

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

Color convert

RGB10785115-
CMYK0.070.2600.55
HSL284º15%39.22%-
HSV(B)284º26.09%45.1%-
XYZ12.4110.8617.66-
YUV95139.29136.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.85%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=34.85%
G=27.69%
B=37.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107851150.070.2600.552841539.22
Hex6B557371A03711cf27
Octal1531251637320674341747
Binary1101011101010111100111111101001101111000111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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