#6C2072

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

Shades of Seance #6C2072

Tints of Seance #6C2072

Color information

#6C2072 (or 0x6C2072) is unknown color: approx Seance. HEX triplet: 6C, 20 and 72. RGB value is (108,32,114). Sum of RGB (Red+Green+Blue) = 108+32+114=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C2072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2072 is #93DF8D. Grayscale: #3F3F3F. Windows color (decimal): -9691022 or 7479404. OLE color: 7479404.

HSL color Cylindrical-coordinate representation of color #6C2072: hue angle of 295.61º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C2072 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10832114-
CMYK0.050.7200.55
HSL295.61º56.16%28.63%-
HSV(B)295.61º71.93%44.71%-
XYZ9.745.4416.46-
YUV64.07156.18159.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.52%
GREEN value IS 32 (12.89% from 255) = 12.60%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=42.52%
G=12.60%
B=44.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108321140.050.7200.55295.6156.1628.63
Hex6C2072548037128381d
Octal1544016251100674507035
Binary110110010000011100101011001000011011110010100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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