#6A4A77

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

Shades of Affair #6A4A77

Tints of Affair #6A4A77

Color information

#6A4A77 (or 0x6A4A77) is unknown color: approx Affair. HEX triplet: 6A, 4A and 77. RGB value is (106,74,119). Sum of RGB (Red+Green+Blue) = 106+74+119=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A4A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4A77 is #95B588. Grayscale: #585858. Windows color (decimal): -9811337 or 7817834. OLE color: 7817834.

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

Color convert

RGB10674119-
CMYK0.110.3800.53
HSL282.67º23.32%37.84%-
HSV(B)282.67º37.82%46.67%-
XYZ11.729.2918.63-
YUV88.7145.1140.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 74 (29.30% from 255) = 24.75%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=35.45%
G=24.75%
B=39.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106741190.110.3800.53282.6723.3237.84
Hex6A4A77B2603511b1726
Octal15211216713460654332746
Binary1101010100101011101111011100110011010110001101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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