#6C3969

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

Shades of Seance #6C3969

Tints of Seance #6C3969

Color information

#6C3969 (or 0x6C3969) is unknown color: approx Seance. HEX triplet: 6C, 39 and 69. RGB value is (108,57,105). Sum of RGB (Red+Green+Blue) = 108+57+105=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3969 is #93C696. Grayscale: #4D4D4D. Windows color (decimal): -9684631 or 6895980. OLE color: 6895980.

HSL color Cylindrical-coordinate representation of color #6C3969: hue angle of 303.53º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C3969 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB10857105-
CMYK00.470.030.58
HSL303.53º30.91%32.35%-
HSV(B)303.53º47.22%42.35%-
XYZ10.27.1314.2-
YUV77.72143.4149.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=40%
G=21.11%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1085710500.470.030.58303.5330.9132.35
Hex6C396902F33A1301f20
Octal154711510573724603740
Binary1101100111001110100101011111111101010011000011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,57,105); }

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

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

 a { background-color: rgb(108,57,105); }

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

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

 span { border-color: rgb(108,57,105); }

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