#6C1A70

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

Shades of Seance #6C1A70

Tints of Seance #6C1A70

Color information

#6C1A70 (or 0x6C1A70) is unknown color: approx Seance. HEX triplet: 6C, 1A and 70. RGB value is (108,26,112). Sum of RGB (Red+Green+Blue) = 108+26+112=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C1A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1A70 is #93E58F. Grayscale: #3C3C3C. Windows color (decimal): -9692560 or 7346796. OLE color: 7346796.

HSL color Cylindrical-coordinate representation of color #6C1A70: hue angle of 297.21º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C1A70 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10826112-
CMYK0.040.7700.56
HSL297.21º62.32%27.06%-
HSV(B)297.21º76.79%43.92%-
XYZ9.485.115.81-
YUV60.32157.17162.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.90%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=43.90%
G=10.57%
B=45.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108261120.040.7700.56297.2162.3227.06
Hex6C1A7044D0381293e1b
Octal1543216041150704517633
Binary11011001101011100001001001101011100010010100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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