#6A3E83

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

Shades of Affair #6A3E83

Tints of Affair #6A3E83

Color information

#6A3E83 (or 0x6A3E83) is unknown color: approx Affair. HEX triplet: 6A, 3E and 83. RGB value is (106,62,131). Sum of RGB (Red+Green+Blue) = 106+62+131=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #6A3E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3E83 is #95C17C. Grayscale: #525252. Windows color (decimal): -9814397 or 8601194. OLE color: 8601194.

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

Color convert

RGB10662131-
CMYK0.190.5300.49
HSL278.26º35.75%37.84%-
HSV(B)278.26º52.67%51.37%-
XYZ11.768.1522.43-
YUV83.02155.08144.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.45%
GREEN value IS 62 (24.61% from 255) = 20.74%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=35.45%
G=20.74%
B=43.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106621310.190.5300.49278.2635.7537.84
Hex6A3E8313350311162426
Octal1527620323650614264446
Binary110101011111010000011100111101010110001100010110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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