#6F287C

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

Shades of Seance #6F287C

Tints of Seance #6F287C

Color information

#6F287C (or 0x6F287C) is unknown color: approx Seance. HEX triplet: 6F, 28 and 7C. RGB value is (111,40,124). Sum of RGB (Red+Green+Blue) = 111+40+124=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F287C is #90D783. Grayscale: #464646. Windows color (decimal): -9492356 or 8136815. OLE color: 8136815.

HSL color Cylindrical-coordinate representation of color #6F287C: hue angle of 290.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F287C is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11140124-
CMYK0.100.6800.51
HSL290.71º51.22%32.16%-
HSV(B)290.71º67.74%48.63%-
XYZ10.956.3519.72-
YUV70.8158.02156.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.36%
GREEN value IS 40 (16.02% from 255) = 14.55%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=40.36%
G=14.55%
B=45.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111401240.100.6800.51290.7151.2232.16
Hex6F287CA440331233320
Octal15750174121040634436340
Binary11011111010001111100101010001000110011100100011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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