#6A236B

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

Shades of Seance #6A236B

Tints of Seance #6A236B

Color information

#6A236B (or 0x6A236B) is unknown color: approx Seance. HEX triplet: 6A, 23 and 6B. RGB value is (106,35,107). Sum of RGB (Red+Green+Blue) = 106+35+107=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A236B is #95DC94. Grayscale: #404040. Windows color (decimal): -9821333 or 7021418. OLE color: 7021418.

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

Color convert

RGB10635107-
CMYK0.010.6700.58
HSL299.17º50.7%27.84%-
HSV(B)299.17º67.29%41.96%-
XYZ9.25.3314.45-
YUV64.44152.02157.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 35 (14.06% from 255) = 14.11%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=42.74%
G=14.11%
B=43.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106351070.010.6700.58299.1750.727.84
Hex6A236B14303A12b331c
Octal1524315311030724536334
Binary1101010100011110101111000011011101010010101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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