#6C216F

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

Shades of Seance #6C216F

Tints of Seance #6C216F

Color information

#6C216F (or 0x6C216F) is unknown color: approx Seance. HEX triplet: 6C, 21 and 6F. RGB value is (108,33,111). Sum of RGB (Red+Green+Blue) = 108+33+111=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C216F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C216F is #93DE90. Grayscale: #404040. Windows color (decimal): -9690769 or 7283052. OLE color: 7283052.

HSL color Cylindrical-coordinate representation of color #6C216F: hue angle of 297.69º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C216F is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10833111-
CMYK0.030.7000.56
HSL297.69º54.17%28.24%-
HSV(B)297.69º70.27%43.53%-
XYZ9.65.4215.58-
YUV64.32154.35159.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.86%
GREEN value IS 33 (13.28% from 255) = 13.10%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=42.86%
G=13.10%
B=44.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108331110.030.7000.56297.6954.1728.24
Hex6C216F34603812a361c
Octal1544115731060704526634
Binary11011001000011101111111000110011100010010101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,33,111); }

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

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

 a { background-color: rgb(108,33,111); }

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

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

 span { border-color: rgb(108,33,111); }

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