#6A4D76

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

Shades of Affair #6A4D76

Tints of Affair #6A4D76

Color information

#6A4D76 (or 0x6A4D76) is unknown color: approx Affair. HEX triplet: 6A, 4D and 76. RGB value is (106,77,118). Sum of RGB (Red+Green+Blue) = 106+77+118=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A4D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4D76 is #95B289. Grayscale: #5A5A5A. Windows color (decimal): -9810570 or 7753066. OLE color: 7753066.

HSL color Cylindrical-coordinate representation of color #6A4D76: hue angle of 282.44º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A4D76 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10677118-
CMYK0.100.3500.54
HSL282.44º21.03%38.24%-
HSV(B)282.44º34.75%46.27%-
XYZ11.879.6818.38-
YUV90.34143.61139.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=35.22%
G=25.58%
B=39.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106771180.100.3500.54282.4421.0338.24
Hex6A4D76A2303611a1526
Octal15211516612430664322546
Binary1101010100110111101101010100011011011010001101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,77,118); }

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

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

 a { background-color: rgb(106,77,118); }

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

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

 span { border-color: rgb(106,77,118); }

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