#6C1983

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

Shades of Seance #6C1983

Tints of Seance #6C1983

Color information

#6C1983 (or 0x6C1983) is unknown color: approx Seance. HEX triplet: 6C, 19 and 83. RGB value is (108,25,131). Sum of RGB (Red+Green+Blue) = 108+25+131=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #6C1983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1983 is #93E67C. Grayscale: #3D3D3D. Windows color (decimal): -9692797 or 8591724. OLE color: 8591724.

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

Color convert

RGB10825131-
CMYK0.180.8100.49
HSL286.98º67.95%30.59%-
HSV(B)286.98º80.92%51.37%-
XYZ10.635.5221.98-
YUV61.9167160.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.91%
GREEN value IS 25 (10.16% from 255) = 9.47%
BLUE value IS 131 (51.56% from 255) = 49.62%
R=40.91%
G=9.47%
B=49.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108251310.180.8100.49286.9867.9530.59
Hex6C1983125103111f441f
Octal154312032212106143710437
Binary110110011001100000111001010100010110001100011111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,25,131); }

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

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

 a { background-color: rgb(108,25,131); }

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

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

 span { border-color: rgb(108,25,131); }

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