#6C1A72

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

Shades of Seance #6C1A72

Tints of Seance #6C1A72

Color information

#6C1A72 (or 0x6C1A72) is unknown color: approx Seance. HEX triplet: 6C, 1A and 72. RGB value is (108,26,114). Sum of RGB (Red+Green+Blue) = 108+26+114=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C1A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1A72 is #93E58D. Grayscale: #3C3C3C. Windows color (decimal): -9692558 or 7477868. OLE color: 7477868.

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

Color convert

RGB10826114-
CMYK0.050.7700.55
HSL295.91º62.86%27.45%-
HSV(B)295.91º77.19%44.71%-
XYZ9.595.1416.41-
YUV60.55158.17161.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.55%
GREEN value IS 26 (10.55% from 255) = 10.48%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=43.55%
G=10.48%
B=45.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108261140.050.7700.55295.9162.8627.45
Hex6C1A7254D0371283f1b
Octal1543216251150674507733
Binary11011001101011100101011001101011011110010100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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