#6C207C

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

Shades of Seance #6C207C

Tints of Seance #6C207C

Color information

#6C207C (or 0x6C207C) is unknown color: approx Seance. HEX triplet: 6C, 20 and 7C. RGB value is (108,32,124). Sum of RGB (Red+Green+Blue) = 108+32+124=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C207C is #93DF83. Grayscale: #404040. Windows color (decimal): -9691012 or 8134764. OLE color: 8134764.

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

Color convert

RGB10832124-
CMYK0.130.7400.51
HSL289.57º58.97%30.59%-
HSV(B)289.57º74.19%48.63%-
XYZ10.345.6819.62-
YUV65.21161.18158.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.91%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=40.91%
G=12.12%
B=46.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108321240.130.7400.51289.5758.9730.59
Hex6C207CD4A0331223b1f
Octal15440174151120634427337
Binary1101100100000111110011011001010011001110010001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,32,124); }

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

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

 a { background-color: rgb(108,32,124); }

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

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

 span { border-color: rgb(108,32,124); }

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