#6C2078

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

Shades of Seance #6C2078

Tints of Seance #6C2078

Color information

#6C2078 (or 0x6C2078) is unknown color: approx Seance. HEX triplet: 6C, 20 and 78. RGB value is (108,32,120). Sum of RGB (Red+Green+Blue) = 108+32+120=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C2078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2078 is #93DF87. Grayscale: #404040. Windows color (decimal): -9691016 or 7872620. OLE color: 7872620.

HSL color Cylindrical-coordinate representation of color #6C2078: hue angle of 291.82º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2078 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10832120-
CMYK0.100.7300.53
HSL291.82º57.89%29.8%-
HSV(B)291.82º73.33%47.06%-
XYZ10.095.5818.31-
YUV64.76159.18158.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.54%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=41.54%
G=12.31%
B=46.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108321200.100.7300.53291.8257.8929.8
Hex6C2078A490351243a1e
Octal15440170121110654447236
Binary1101100100000111100010101001001011010110010010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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