#6A3B81

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

Shades of Affair #6A3B81

Tints of Affair #6A3B81

Color information

#6A3B81 (or 0x6A3B81) is unknown color: approx Affair. HEX triplet: 6A, 3B and 81. RGB value is (106,59,129). Sum of RGB (Red+Green+Blue) = 106+59+129=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #6A3B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3B81 is #95C47E. Grayscale: #505050. Windows color (decimal): -9815167 or 8469354. OLE color: 8469354.

HSL color Cylindrical-coordinate representation of color #6A3B81: hue angle of 280.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A3B81 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10659129-
CMYK0.180.5400.49
HSL280.29º37.23%36.86%-
HSV(B)280.29º54.26%50.59%-
XYZ11.477.7821.67-
YUV81.03155.07145.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 59 (23.44% from 255) = 20.07%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=36.05%
G=20.07%
B=43.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106591290.180.5400.49280.2937.2336.86
Hex6A3B8112360311182525
Octal1527320122660614304545
Binary110101011101110000001100101101100110001100011000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,59,129); }

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

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

 a { background-color: rgb(106,59,129); }

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

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

 span { border-color: rgb(106,59,129); }

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