#6A187E

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

Shades of Seance #6A187E

Tints of Seance #6A187E

Color information

#6A187E (or 0x6A187E) is unknown color: approx Seance. HEX triplet: 6A, 18 and 7E. RGB value is (106,24,126). Sum of RGB (Red+Green+Blue) = 106+24+126=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #6A187E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A187E is #95E781. Grayscale: #3B3B3B. Windows color (decimal): -9824130 or 8263786. OLE color: 8263786.

HSL color Cylindrical-coordinate representation of color #6A187E: hue angle of 288.24º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A187E is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10624126-
CMYK0.160.8100.51
HSL288.24º68%29.41%-
HSV(B)288.24º80.95%49.41%-
XYZ10.045.2220.22-
YUV60.15165.17160.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 24 (9.77% from 255) = 9.38%
BLUE value IS 126 (49.61% from 255) = 49.22%
R=41.41%
G=9.38%
B=49.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106241260.160.8100.51288.246829.41
Hex6A187E1051033120441d
Octal152301762012106344010435
Binary11010101100011111101000010100010110011100100000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A187E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,126); }

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

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

 a { background-color: rgb(106,24,126); }

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

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

 span { border-color: rgb(106,24,126); }

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