#6D247B

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

Shades of Seance #6D247B

Tints of Seance #6D247B

Color information

#6D247B (or 0x6D247B) is unknown color: approx Seance. HEX triplet: 6D, 24 and 7B. RGB value is (109,36,123). Sum of RGB (Red+Green+Blue) = 109+36+123=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D247B is #92DB84. Grayscale: #434343. Windows color (decimal): -9624453 or 8070253. OLE color: 8070253.

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

Color convert

RGB10936123-
CMYK0.110.7100.52
HSL290.34º54.72%31.18%-
HSV(B)290.34º70.73%48.24%-
XYZ10.515.9419.33-
YUV67.74159.18157.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.67%
GREEN value IS 36 (14.45% from 255) = 13.43%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=40.67%
G=13.43%
B=45.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109361230.110.7100.52290.3454.7231.18
Hex6D247BB47034122371f
Octal15544173131070644426737
Binary1101101100100111101110111000111011010010010001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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