#6C2E6A

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

Shades of Seance #6C2E6A

Tints of Seance #6C2E6A

Color information

#6C2E6A (or 0x6C2E6A) is unknown color: approx Seance. HEX triplet: 6C, 2E and 6A. RGB value is (108,46,106). Sum of RGB (Red+Green+Blue) = 108+46+106=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2E6A is #93D195. Grayscale: #474747. Windows color (decimal): -9687446 or 6958700. OLE color: 6958700.

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

Color convert

RGB10846106-
CMYK00.570.020.58
HSL301.94º40.26%30.2%-
HSV(B)301.94º57.41%42.35%-
XYZ9.766.1814.31-
YUV71.38147.54154.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.54%
GREEN value IS 46 (18.36% from 255) = 17.69%
BLUE value IS 106 (41.80% from 255) = 40.77%
R=41.54%
G=17.69%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1084610600.570.020.58301.9440.2630.2
Hex6C2E6A03923A12e281e
Octal154561520712724565036
Binary1101100101110110101001110011011101010010111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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