#6C2471

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

Shades of Seance #6C2471

Tints of Seance #6C2471

Color information

#6C2471 (or 0x6C2471) is unknown color: approx Seance. HEX triplet: 6C, 24 and 71. RGB value is (108,36,113). Sum of RGB (Red+Green+Blue) = 108+36+113=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C2471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2471 is #93DB8E. Grayscale: #424242. Windows color (decimal): -9689999 or 7414892. OLE color: 7414892.

HSL color Cylindrical-coordinate representation of color #6C2471: hue angle of 296.1º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2471 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10836113-
CMYK0.040.6800.56
HSL296.1º51.68%29.22%-
HSV(B)296.1º68.14%44.31%-
XYZ9.85.6416.2-
YUV66.31154.35157.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=42.02%
G=14.01%
B=43.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108361130.040.6800.56296.151.6829.22
Hex6C2471444038128341d
Octal1544416141040704506435
Binary110110010010011100011001000100011100010010100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,36,113); }

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

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

 a { background-color: rgb(108,36,113); }

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

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

 span { border-color: rgb(108,36,113); }

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