#6C2672

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

Shades of Seance #6C2672

Tints of Seance #6C2672

Color information

#6C2672 (or 0x6C2672) is unknown color: approx Seance. HEX triplet: 6C, 26 and 72. RGB value is (108,38,114). Sum of RGB (Red+Green+Blue) = 108+38+114=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C2672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2672 is #93D98D. Grayscale: #434343. Windows color (decimal): -9689486 or 7480940. OLE color: 7480940.

HSL color Cylindrical-coordinate representation of color #6C2672: hue angle of 295.26º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C2672 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10838114-
CMYK0.050.6700.55
HSL295.26º50%29.8%-
HSV(B)295.26º66.67%44.71%-
XYZ9.915.7916.51-
YUV67.59154.19156.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.54%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=41.54%
G=14.62%
B=43.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108381140.050.6700.55295.265029.8
Hex6C2672543037127321e
Octal1544616251030674476236
Binary110110010011011100101011000011011011110010011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,38,114); }

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

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

 a { background-color: rgb(108,38,114); }

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

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

 span { border-color: rgb(108,38,114); }

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