#6A2285

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

Shades of Seance #6A2285

Tints of Seance #6A2285

Color information

#6A2285 (or 0x6A2285) is unknown color: approx Seance. HEX triplet: 6A, 22 and 85. RGB value is (106,34,133). Sum of RGB (Red+Green+Blue) = 106+34+133=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A2285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2285 is #95DD7A. Grayscale: #424242. Windows color (decimal): -9821563 or 8725098. OLE color: 8725098.

HSL color Cylindrical-coordinate representation of color #6A2285: hue angle of 283.64º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A2285 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10634133-
CMYK0.200.7400.48
HSL283.64º59.28%32.75%-
HSV(B)283.64º74.44%52.16%-
XYZ10.755.922.76-
YUV66.81165.35155.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=38.83%
G=12.45%
B=48.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106341330.200.7400.48283.6459.2832.75
Hex6A2285144A03011c3b21
Octal15242205241120604347341
Binary1101010100010100001011010010010100110000100011100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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