#6C2878

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

Shades of Seance #6C2878

Tints of Seance #6C2878

Color information

#6C2878 (or 0x6C2878) is unknown color: approx Seance. HEX triplet: 6C, 28 and 78. RGB value is (108,40,120). Sum of RGB (Red+Green+Blue) = 108+40+120=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C2878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2878 is #93D787. Grayscale: #454545. Windows color (decimal): -9688968 or 7874668. OLE color: 7874668.

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

Color convert

RGB10840120-
CMYK0.100.6700.53
HSL291º50%31.37%-
HSV(B)291º66.67%47.06%-
XYZ10.336.0618.39-
YUV69.45156.53155.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.30%
GREEN value IS 40 (16.02% from 255) = 14.93%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=40.30%
G=14.93%
B=44.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108401200.100.6700.532915031.37
Hex6C2878A43035123321f
Octal15450170121030654436237
Binary1101100101000111100010101000011011010110010001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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