#6D207B

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

Shades of Seance #6D207B

Tints of Seance #6D207B

Color information

#6D207B (or 0x6D207B) is unknown color: approx Seance. HEX triplet: 6D, 20 and 7B. RGB value is (109,32,123). Sum of RGB (Red+Green+Blue) = 109+32+123=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D207B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D207B is #92DF84. Grayscale: #414141. Windows color (decimal): -9625477 or 8069229. OLE color: 8069229.

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

Color convert

RGB10932123-
CMYK0.110.7400.52
HSL290.77º58.71%30.39%-
HSV(B)290.77º73.98%48.24%-
XYZ10.45.7119.29-
YUV65.4160.51159.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.29%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=41.29%
G=12.12%
B=46.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109321230.110.7400.52290.7758.7130.39
Hex6D207BB4A0341233b1e
Octal15540173131120644437336
Binary1101101100000111101110111001010011010010010001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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