#6A5475

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

Shades of Affair #6A5475

Tints of Affair #6A5475

Color information

#6A5475 (or 0x6A5475) is unknown color: approx Affair. HEX triplet: 6A, 54 and 75. RGB value is (106,84,117). Sum of RGB (Red+Green+Blue) = 106+84+117=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #6A5475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5475 is #95AB8A. Grayscale: #5E5E5E. Windows color (decimal): -9808779 or 7689322. OLE color: 7689322.

HSL color Cylindrical-coordinate representation of color #6A5475: hue angle of 280º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A5475 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10684117-
CMYK0.090.2800.54
HSL280º16.42%39.41%-
HSV(B)280º28.21%45.88%-
XYZ12.3310.6918.24-
YUV94.34140.79136.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.53%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=34.53%
G=27.36%
B=38.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106841170.090.2800.5428016.4239.41
Hex6A547591C0361181027
Octal15212416511340664302047
Binary110101010101001110101100111100011011010001100010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,84,117); }

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

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

 a { background-color: rgb(106,84,117); }

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

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

 span { border-color: rgb(106,84,117); }

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