#6C2376

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

Shades of Seance #6C2376

Tints of Seance #6C2376

Color information

#6C2376 (or 0x6C2376) is unknown color: approx Seance. HEX triplet: 6C, 23 and 76. RGB value is (108,35,118). Sum of RGB (Red+Green+Blue) = 108+35+118=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C2376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2376 is #93DC89. Grayscale: #424242. Windows color (decimal): -9690250 or 7742316. OLE color: 7742316.

HSL color Cylindrical-coordinate representation of color #6C2376: hue angle of 292.77º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2376 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10835118-
CMYK0.080.7000.54
HSL292.77º54.25%30%-
HSV(B)292.77º70.34%46.27%-
XYZ10.065.717.71-
YUV66.29157.18157.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.38%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=41.38%
G=13.41%
B=45.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108351180.080.7000.54292.7754.2530
Hex6C2376846036125361e
Octal15443166101060664456636
Binary1101100100011111011010001000110011011010010010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,35,118); }

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

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

 a { background-color: rgb(108,35,118); }

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

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

 span { border-color: rgb(108,35,118); }

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