#6A4D87

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

Shades of Affair #6A4D87

Tints of Affair #6A4D87

Color information

#6A4D87 (or 0x6A4D87) is unknown color: approx Affair. HEX triplet: 6A, 4D and 87. RGB value is (106,77,135). Sum of RGB (Red+Green+Blue) = 106+77+135=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A4D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4D87 is #95B278. Grayscale: #5C5C5C. Windows color (decimal): -9810553 or 8867178. OLE color: 8867178.

HSL color Cylindrical-coordinate representation of color #6A4D87: hue angle of 270º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A4D87 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10677135-
CMYK0.210.4300.47
HSL270º27.36%41.57%-
HSV(B)270º42.96%52.94%-
XYZ12.9710.1224.19-
YUV92.28152.11137.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.33%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=33.33%
G=24.21%
B=42.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106771350.210.4300.4727027.3641.57
Hex6A4D87152B02F10e1b2a
Octal15211520725530574163352
Binary110101010011011000011110101101011010111110000111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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