#6D287B

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

Shades of Seance #6D287B

Tints of Seance #6D287B

Color information

#6D287B (or 0x6D287B) is unknown color: approx Seance. HEX triplet: 6D, 28 and 7B. RGB value is (109,40,123). Sum of RGB (Red+Green+Blue) = 109+40+123=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D287B is #92D784. Grayscale: #454545. Windows color (decimal): -9623429 or 8071277. OLE color: 8071277.

HSL color Cylindrical-coordinate representation of color #6D287B: hue angle of 289.88º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D287B is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10940123-
CMYK0.110.6700.52
HSL289.88º50.92%31.96%-
HSV(B)289.88º67.48%48.24%-
XYZ10.646.219.37-
YUV70.09157.86155.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.07%
GREEN value IS 40 (16.02% from 255) = 14.71%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=40.07%
G=14.71%
B=45.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109401230.110.6700.52289.8850.9231.96
Hex6D287BB430341223320
Octal15550173131030644426340
Binary11011011010001111011101110000110110100100100010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,40,123); }

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

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

 a { background-color: rgb(109,40,123); }

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

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

 span { border-color: rgb(109,40,123); }

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