#6A236C

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

Shades of Seance #6A236C

Tints of Seance #6A236C

Color information

#6A236C (or 0x6A236C) is unknown color: approx Seance. HEX triplet: 6A, 23 and 6C. RGB value is (106,35,108). Sum of RGB (Red+Green+Blue) = 106+35+108=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A236C is #95DC93. Grayscale: #404040. Windows color (decimal): -9821332 or 7086954. OLE color: 7086954.

HSL color Cylindrical-coordinate representation of color #6A236C: hue angle of 298.36º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A236C is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10635108-
CMYK0.020.6800.58
HSL298.36º51.05%28.04%-
HSV(B)298.36º67.59%42.35%-
XYZ9.255.3514.73-
YUV64.55152.52157.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.57%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=42.57%
G=14.06%
B=43.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106351080.020.6800.58298.3651.0528.04
Hex6A236C24403A12a331c
Octal1524315421040724526334
Binary11010101000111101100101000100011101010010101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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