#6F2E75

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

Shades of Seance #6F2E75

Tints of Seance #6F2E75

Color information

#6F2E75 (or 0x6F2E75) is unknown color: approx Seance. HEX triplet: 6F, 2E and 75. RGB value is (111,46,117). Sum of RGB (Red+Green+Blue) = 111+46+117=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F2E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2E75 is #90D18A. Grayscale: #494949. Windows color (decimal): -9490827 or 7679599. OLE color: 7679599.

HSL color Cylindrical-coordinate representation of color #6F2E75: hue angle of 294.93º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F2E75 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11146117-
CMYK0.050.6100.54
HSL294.93º43.56%31.96%-
HSV(B)294.93º60.68%45.88%-
XYZ10.746.6217.54-
YUV73.53152.53154.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=40.51%
G=16.79%
B=42.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111461170.050.6100.54294.9343.5631.96
Hex6F2E7553D0361272c20
Octal157561655750664475440
Binary110111110111011101011011111010110110100100111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,46,117); }

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

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

 a { background-color: rgb(111,46,117); }

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

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

 span { border-color: rgb(111,46,117); }

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