#6A5579

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

Shades of Affair #6A5579

Tints of Affair #6A5579

Color information

#6A5579 (or 0x6A5579) is unknown color: approx Affair. HEX triplet: 6A, 55 and 79. RGB value is (106,85,121). Sum of RGB (Red+Green+Blue) = 106+85+121=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A5579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5579 is #95AA86. Grayscale: #5F5F5F. Windows color (decimal): -9808519 or 7951722. OLE color: 7951722.

HSL color Cylindrical-coordinate representation of color #6A5579: hue angle of 275º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A5579 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10685121-
CMYK0.120.3000.53
HSL275º17.48%40.39%-
HSV(B)275º29.75%47.45%-
XYZ12.6410.9419.53-
YUV95.38142.46135.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.97%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=33.97%
G=27.24%
B=38.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106851210.120.3000.5327517.4840.39
Hex6A5579C1E0351131128
Octal15212517114360654232150
Binary110101010101011111001110011110011010110001001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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