#6C2280

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

Shades of Seance #6C2280

Tints of Seance #6C2280

Color information

#6C2280 (or 0x6C2280) is unknown color: approx Seance. HEX triplet: 6C, 22 and 80. RGB value is (108,34,128). Sum of RGB (Red+Green+Blue) = 108+34+128=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #6C2280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2280 is #93DD7F. Grayscale: #424242. Windows color (decimal): -9690496 or 8397420. OLE color: 8397420.

HSL color Cylindrical-coordinate representation of color #6C2280: hue angle of 287.23º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2280 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10834128-
CMYK0.160.7300.50
HSL287.23º58.02%31.76%-
HSV(B)287.23º73.44%50.2%-
XYZ10.655.8921-
YUV66.84162.52157.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=40%
G=12.59%
B=47.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108341280.160.7300.50287.2358.0231.76
Hex6C2280104903211f3a20
Octal15442200201110624377240
Binary1101100100010100000001000010010010110010100011111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,34,128); }

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

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

 a { background-color: rgb(108,34,128); }

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

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

 span { border-color: rgb(108,34,128); }

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