#6A5477

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

Shades of Affair #6A5477

Tints of Affair #6A5477

Color information

#6A5477 (or 0x6A5477) is unknown color: approx Affair. HEX triplet: 6A, 54 and 77. RGB value is (106,84,119). Sum of RGB (Red+Green+Blue) = 106+84+119=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A5477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5477 is #95AB88. Grayscale: #5E5E5E. Windows color (decimal): -9808777 or 7820394. OLE color: 7820394.

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

Color convert

RGB10684119-
CMYK0.110.2900.53
HSL277.71º17.24%39.8%-
HSV(B)277.71º29.41%46.67%-
XYZ12.4410.7418.87-
YUV94.57141.79136.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.30%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=34.30%
G=27.18%
B=38.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106841190.110.2900.53277.7117.2439.8
Hex6A5477B1D0351161128
Octal15212416713350654262150
Binary110101010101001110111101111101011010110001011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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