#6A5572

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

Shades of Fedora #6A5572

Tints of Fedora #6A5572

Color information

#6A5572 (or 0x6A5572) is unknown color: approx Fedora. HEX triplet: 6A, 55 and 72. RGB value is (106,85,114). Sum of RGB (Red+Green+Blue) = 106+85+114=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A5572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5572 is #95AA8D. Grayscale: #5E5E5E. Windows color (decimal): -9808526 or 7492970. OLE color: 7492970.

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

Color convert

RGB10685114-
CMYK0.070.2500.55
HSL283.45º14.57%39.02%-
HSV(B)283.45º25.44%44.71%-
XYZ12.2310.7817.36-
YUV94.58138.96136.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=34.75%
G=27.87%
B=37.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106851140.070.2500.55283.4514.5739.02
Hex6A557271903711bf27
Octal1521251627310674331747
Binary1101010101010111100101111100101101111000110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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