#6F2C6C

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

Shades of Seance #6F2C6C

Tints of Seance #6F2C6C

Color information

#6F2C6C (or 0x6F2C6C) is unknown color: approx Seance. HEX triplet: 6F, 2C and 6C. RGB value is (111,44,108). Sum of RGB (Red+Green+Blue) = 111+44+108=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2C6C is #90D393. Grayscale: #474747. Windows color (decimal): -9491348 or 7089263. OLE color: 7089263.

HSL color Cylindrical-coordinate representation of color #6F2C6C: hue angle of 302.69º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C6C is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11144108-
CMYK00.600.030.56
HSL302.69º43.23%30.39%-
HSV(B)302.69º60.36%43.53%-
XYZ10.166.2614.86-
YUV71.33148.7156.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.21%
GREEN value IS 44 (17.58% from 255) = 16.73%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=42.21%
G=16.73%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114410800.600.030.56302.6943.2330.39
Hex6F2C6C03C33812f2b1e
Octal157541540743704575336
Binary1101111101100110110001111001111100010010111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,44,108); }

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

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

 a { background-color: rgb(111,44,108); }

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

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

 span { border-color: rgb(111,44,108); }

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