#6A3E85

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

Shades of Affair #6A3E85

Tints of Affair #6A3E85

Color information

#6A3E85 (or 0x6A3E85) is unknown color: approx Affair. HEX triplet: 6A, 3E and 85. RGB value is (106,62,133). Sum of RGB (Red+Green+Blue) = 106+62+133=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A3E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3E85 is #95C17A. Grayscale: #535353. Windows color (decimal): -9814395 or 8732266. OLE color: 8732266.

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

Color convert

RGB10662133-
CMYK0.200.5300.48
HSL277.18º36.41%38.24%-
HSV(B)277.18º53.38%52.16%-
XYZ11.98.223.15-
YUV83.25156.08144.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=35.22%
G=20.60%
B=44.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106621330.200.5300.48277.1836.4138.24
Hex6A3E8514350301152426
Octal1527620524650604254446
Binary110101011111010000101101001101010110000100010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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