#6F2876

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

Shades of Seance #6F2876

Tints of Seance #6F2876

Color information

#6F2876 (or 0x6F2876) is unknown color: approx Seance. HEX triplet: 6F, 28 and 76. RGB value is (111,40,118). Sum of RGB (Red+Green+Blue) = 111+40+118=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F2876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2876 is #90D789. Grayscale: #454545. Windows color (decimal): -9492362 or 7743599. OLE color: 7743599.

HSL color Cylindrical-coordinate representation of color #6F2876: hue angle of 294.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F2876 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11140118-
CMYK0.060.6600.54
HSL294.62º49.37%30.98%-
HSV(B)294.62º66.1%46.27%-
XYZ10.586.2117.78-
YUV70.12155.02157.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=41.26%
G=14.87%
B=43.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111401180.060.6600.54294.6249.3730.98
Hex6F2876642036127311f
Octal1575016661020664476137
Binary110111110100011101101101000010011011010010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,118); }

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

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

 a { background-color: rgb(111,40,118); }

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

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

 span { border-color: rgb(111,40,118); }

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