#6A3C86

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

Shades of Affair #6A3C86

Tints of Affair #6A3C86

Color information

#6A3C86 (or 0x6A3C86) is unknown color: approx Affair. HEX triplet: 6A, 3C and 86. RGB value is (106,60,134). Sum of RGB (Red+Green+Blue) = 106+60+134=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #6A3C86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3C86 is #95C379. Grayscale: #515151. Windows color (decimal): -9814906 or 8797290. OLE color: 8797290.

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

Color convert

RGB10660134-
CMYK0.210.5500.47
HSL277.3º38.14%38.04%-
HSV(B)277.3º55.22%52.55%-
XYZ11.868.0223.48-
YUV82.19157.24144.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.33%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 134 (52.73% from 255) = 44.67%
R=35.33%
G=20%
B=44.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106601340.210.5500.47277.338.1438.04
Hex6A3C86153702F1152626
Octal1527420625670574254646
Binary110101011110010000110101011101110101111100010101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,60,134); }

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

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

 a { background-color: rgb(106,60,134); }

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

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

 span { border-color: rgb(106,60,134); }

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