#6A1E83

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

Shades of Seance #6A1E83

Tints of Seance #6A1E83

Color information

#6A1E83 (or 0x6A1E83) is unknown color: approx Seance. HEX triplet: 6A, 1E and 83. RGB value is (106,30,131). Sum of RGB (Red+Green+Blue) = 106+30+131=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #6A1E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1E83 is #95E17C. Grayscale: #3F3F3F. Windows color (decimal): -9822589 or 8593002. OLE color: 8593002.

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

Color convert

RGB10630131-
CMYK0.190.7700.49
HSL285.15º62.73%31.57%-
HSV(B)285.15º77.1%51.37%-
XYZ10.55.6322.01-
YUV64.24165.68157.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.70%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 131 (51.56% from 255) = 49.06%
R=39.70%
G=11.24%
B=49.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106301310.190.7700.49285.1562.7331.57
Hex6A1E83134D03111d3f20
Octal15236203231150614357740
Binary110101011110100000111001110011010110001100011101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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