#6A4885

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

Shades of Affair #6A4885

Tints of Affair #6A4885

Color information

#6A4885 (or 0x6A4885) is unknown color: approx Affair. HEX triplet: 6A, 48 and 85. RGB value is (106,72,133). Sum of RGB (Red+Green+Blue) = 106+72+133=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A4885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4885 is #95B77A. Grayscale: #585858. Windows color (decimal): -9811835 or 8734826. OLE color: 8734826.

HSL color Cylindrical-coordinate representation of color #6A4885: hue angle of 273.44º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A4885 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10672133-
CMYK0.200.4600.48
HSL273.44º29.76%40.2%-
HSV(B)273.44º45.86%52.16%-
XYZ12.499.3923.34-
YUV89.12152.76140.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.08%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=34.08%
G=23.15%
B=42.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106721330.200.4600.48273.4429.7640.2
Hex6A4885142E0301111e28
Octal15211020524560604213650
Binary110101010010001000010110100101110011000010001000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,72,133); }

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

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

 a { background-color: rgb(106,72,133); }

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

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

 span { border-color: rgb(106,72,133); }

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