#6A1771

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

Shades of Seance #6A1771

Tints of Seance #6A1771

Color information

#6A1771 (or 0x6A1771) is unknown color: approx Seance. HEX triplet: 6A, 17 and 71. RGB value is (106,23,113). Sum of RGB (Red+Green+Blue) = 106+23+113=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A1771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1771 is #95E88E. Grayscale: #393939. Windows color (decimal): -9824399 or 7411562. OLE color: 7411562.

HSL color Cylindrical-coordinate representation of color #6A1771: hue angle of 295.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1771 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10623113-
CMYK0.060.8000.56
HSL295.33º66.18%26.67%-
HSV(B)295.33º79.65%44.31%-
XYZ9.234.8716.08-
YUV58.08159162.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.80%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=43.80%
G=9.50%
B=46.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106231130.060.8000.56295.3366.1826.67
Hex6A1771650038127421b
Octal15227161612007044710233
Binary110101010111111000111010100000111000100100111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,23,113); }

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

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

 a { background-color: rgb(106,23,113); }

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

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

 span { border-color: rgb(106,23,113); }

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