#6A5571

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

Shades of Fedora #6A5571

Tints of Fedora #6A5571

Color information

#6A5571 (or 0x6A5571) is unknown color: approx Fedora. HEX triplet: 6A, 55 and 71. RGB value is (106,85,113). Sum of RGB (Red+Green+Blue) = 106+85+113=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A5571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5571 is #95AA8E. Grayscale: #5E5E5E. Windows color (decimal): -9808527 or 7427434. OLE color: 7427434.

HSL color Cylindrical-coordinate representation of color #6A5571: hue angle of 285º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A5571 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10685113-
CMYK0.060.2500.56
HSL285º14.14%38.82%-
HSV(B)285º24.78%44.31%-
XYZ12.1710.7517.06-
YUV94.47138.46136.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.87%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=34.87%
G=27.96%
B=37.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106851130.060.2500.5628514.1438.82
Hex6A557161903811de27
Octal1521251616310704351647
Binary1101010101010111100011101100101110001000111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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