#6C2075

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

Shades of Seance #6C2075

Tints of Seance #6C2075

Color information

#6C2075 (or 0x6C2075) is unknown color: approx Seance. HEX triplet: 6C, 20 and 75. RGB value is (108,32,117). Sum of RGB (Red+Green+Blue) = 108+32+117=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C2075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2075 is #93DF8A. Grayscale: #404040. Windows color (decimal): -9691019 or 7676012. OLE color: 7676012.

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

Color convert

RGB10832117-
CMYK0.080.7300.54
HSL293.65º57.05%29.22%-
HSV(B)293.65º72.65%45.88%-
XYZ9.915.5117.37-
YUV64.41157.68159.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=42.02%
G=12.45%
B=45.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108321170.080.7300.54293.6557.0529.22
Hex6C2075849036126391d
Octal15440165101110664467135
Binary1101100100000111010110001001001011011010010011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,32,117); }

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

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

 a { background-color: rgb(108,32,117); }

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

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

 span { border-color: rgb(108,32,117); }

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