#6A2283

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

Shades of Seance #6A2283

Tints of Seance #6A2283

Color information

#6A2283 (or 0x6A2283) is unknown color: approx Seance. HEX triplet: 6A, 22 and 83. RGB value is (106,34,131). Sum of RGB (Red+Green+Blue) = 106+34+131=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #6A2283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2283 is #95DD7C. Grayscale: #424242. Windows color (decimal): -9821565 or 8594026. OLE color: 8594026.

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

Color convert

RGB10634131-
CMYK0.190.7400.49
HSL284.54º58.79%32.35%-
HSV(B)284.54º74.05%51.37%-
XYZ10.615.8522.04-
YUV66.59164.35156.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.11%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 131 (51.56% from 255) = 48.34%
R=39.11%
G=12.55%
B=48.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106341310.190.7400.49284.5458.7932.35
Hex6A2283134A03111d3b20
Octal15242203231120614357340
Binary1101010100010100000111001110010100110001100011101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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