#6C2977

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

Shades of Seance #6C2977

Tints of Seance #6C2977

Color information

#6C2977 (or 0x6C2977) is unknown color: approx Seance. HEX triplet: 6C, 29 and 77. RGB value is (108,41,119). Sum of RGB (Red+Green+Blue) = 108+41+119=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #6C2977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2977 is #93D688. Grayscale: #454545. Windows color (decimal): -9688713 or 7809388. OLE color: 7809388.

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

Color convert

RGB10841119-
CMYK0.090.6600.53
HSL291.54º48.75%31.37%-
HSV(B)291.54º65.55%46.67%-
XYZ10.316.1118.09-
YUV69.92155.7155.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.30%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 119 (46.88% from 255) = 44.40%
R=40.30%
G=15.30%
B=44.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108411190.090.6600.53291.5448.7531.37
Hex6C2977942035124311f
Octal15451167111020654446137
Binary1101100101001111011110011000010011010110010010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,41,119); }

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

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

 a { background-color: rgb(108,41,119); }

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

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

 span { border-color: rgb(108,41,119); }

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