#6D267D

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

Shades of Seance #6D267D

Tints of Seance #6D267D

Color information

#6D267D (or 0x6D267D) is unknown color: approx Seance. HEX triplet: 6D, 26 and 7D. RGB value is (109,38,125). Sum of RGB (Red+Green+Blue) = 109+38+125=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D267D is #92D982. Grayscale: #444444. Windows color (decimal): -9623939 or 8201837. OLE color: 8201837.

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

Color convert

RGB10938125-
CMYK0.130.7000.51
HSL288.97º53.37%31.96%-
HSV(B)288.97º69.6%49.02%-
XYZ10.76.1220.02-
YUV69.15159.52156.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.07%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 125 (49.22% from 255) = 45.96%
R=40.07%
G=13.97%
B=45.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109381250.130.7000.51288.9753.3731.96
Hex6D267DD460331213520
Octal15546175151060634416540
Binary11011011001101111101110110001100110011100100001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,38,125); }

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

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

 a { background-color: rgb(109,38,125); }

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

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

 span { border-color: rgb(109,38,125); }

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