#6A257C

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

Shades of Seance #6A257C

Tints of Seance #6A257C

Color information

#6A257C (or 0x6A257C) is unknown color: approx Seance. HEX triplet: 6A, 25 and 7C. RGB value is (106,37,124). Sum of RGB (Red+Green+Blue) = 106+37+124=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A257C is #95DA83. Grayscale: #434343. Windows color (decimal): -9820804 or 8136042. OLE color: 8136042.

HSL color Cylindrical-coordinate representation of color #6A257C: hue angle of 287.59º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A257C is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10637124-
CMYK0.150.7000.51
HSL287.59º54.04%31.57%-
HSV(B)287.59º70.16%48.63%-
XYZ10.245.8419.66-
YUV67.55159.86155.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.70%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=39.70%
G=13.86%
B=46.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106371240.150.7000.51287.5954.0431.57
Hex6A257CF460331203620
Octal15245174171060634406640
Binary11010101001011111100111110001100110011100100000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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