#6A2581

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

Shades of Seance #6A2581

Tints of Seance #6A2581

Color information

#6A2581 (or 0x6A2581) is unknown color: approx Seance. HEX triplet: 6A, 25 and 81. RGB value is (106,37,129). Sum of RGB (Red+Green+Blue) = 106+37+129=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #6A2581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2581 is #95DA7E. Grayscale: #434343. Windows color (decimal): -9820799 or 8463722. OLE color: 8463722.

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

Color convert

RGB10637129-
CMYK0.180.7100.49
HSL285º55.42%32.55%-
HSV(B)285º71.32%50.59%-
XYZ10.575.9721.36-
YUV68.12162.36155.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.97%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=38.97%
G=13.60%
B=47.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106371290.180.7100.4928555.4232.55
Hex6A2581124703111d3721
Octal15245201221070614356741
Binary1101010100101100000011001010001110110001100011101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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