#6C2381

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

Shades of Seance #6C2381

Tints of Seance #6C2381

Color information

#6C2381 (or 0x6C2381) is unknown color: approx Seance. HEX triplet: 6C, 23 and 81. RGB value is (108,35,129). Sum of RGB (Red+Green+Blue) = 108+35+129=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 35 (14.06% from 255 or 12.87% 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 #6C2381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2381 is #93DC7E. Grayscale: #434343. Windows color (decimal): -9690239 or 8463212. OLE color: 8463212.

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

Color convert

RGB10835129-
CMYK0.160.7300.49
HSL286.6º57.32%32.16%-
HSV(B)286.6º72.87%50.59%-
XYZ10.755.9821.36-
YUV67.54162.68156.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.71%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=39.71%
G=12.87%
B=47.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108351290.160.7300.49286.657.3232.16
Hex6C2381104903111f3920
Octal15443201201110614377140
Binary1101100100011100000011000010010010110001100011111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,35,129); }

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

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

 a { background-color: rgb(108,35,129); }

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

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

 span { border-color: rgb(108,35,129); }

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