#6C1A85

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

Shades of Seance #6C1A85

Tints of Seance #6C1A85

Color information

#6C1A85 (or 0x6C1A85) is unknown color: approx Seance. HEX triplet: 6C, 1A and 85. RGB value is (108,26,133). Sum of RGB (Red+Green+Blue) = 108+26+133=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C1A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1A85 is #93E57A. Grayscale: #3E3E3E. Windows color (decimal): -9692539 or 8723052. OLE color: 8723052.

HSL color Cylindrical-coordinate representation of color #6C1A85: hue angle of 285.98º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C1A85 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10826133-
CMYK0.190.8000.48
HSL285.98º67.3%31.18%-
HSV(B)285.98º80.45%52.16%-
XYZ10.795.6222.71-
YUV62.72167.67160.3-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 26 (10.55% from 255) = 9.74%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=40.45%
G=9.74%
B=49.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108261330.190.8000.48285.9867.331.18
Hex6C1A85135003011e431f
Octal154322052312006043610337
Binary110110011010100001011001110100000110000100011110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,26,133); }

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

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

 a { background-color: rgb(108,26,133); }

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

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

 span { border-color: rgb(108,26,133); }

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