#6A237C

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

Shades of Seance #6A237C

Tints of Seance #6A237C

Color information

#6A237C (or 0x6A237C) is unknown color: approx Seance. HEX triplet: 6A, 23 and 7C. RGB value is (106,35,124). Sum of RGB (Red+Green+Blue) = 106+35+124=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A237C is #95DC83. Grayscale: #424242. Windows color (decimal): -9821316 or 8135530. OLE color: 8135530.

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

Color convert

RGB10635124-
CMYK0.150.7200.51
HSL287.87º55.97%31.18%-
HSV(B)287.87º71.77%48.63%-
XYZ10.185.7219.64-
YUV66.38160.52156.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40%
GREEN value IS 35 (14.06% from 255) = 13.21%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=40%
G=13.21%
B=46.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106351240.150.7200.51287.8755.9731.18
Hex6A237CF48033120381f
Octal15243174171100634407037
Binary1101010100011111110011111001000011001110010000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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