#6a157c

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

Shades of Seance #6A157C

Tints of Seance #6A157C

Color information

#6A157C (or 0x6A157C) is unknown color: approx Seance. HEX triplet: 6A, 15 and 7C. RGB value is (106,21,124). Sum of RGB (Red+Green+Blue) = 106+21+124=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A157C is #95EA83. Grayscale: #393939. Windows color (decimal): -9824900 or 8131946. OLE color: 8131946.

HSL color Cylindrical-coordinate representation of color #6A157C: hue angle of 289.51º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A157C is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10621124-
CMYK0.150.8300.51
HSL289.51º71.03%28.43%-
HSV(B)289.51º83.06%48.63%-
XYZ9.855.0619.53-
YUV58.16165.16162.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.23%
GREEN value IS 21 (8.59% from 255) = 8.37%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=42.23%
G=8.37%
B=49.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106211240.150.8300.51289.5171.0328.43
Hex6A157CF53033122471c
Octal152251741712306344210734
Binary1101010101011111100111110100110110011100100010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a157c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,21,124); }

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

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

 a { background-color: rgb(106,21,124); }

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

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

 span { border-color: rgb(106,21,124); }

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