#6d3470

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

Shades of Seance #6D3470

Tints of Seance #6D3470

Color information

#6D3470 (or 0x6D3470) is unknown color: approx Seance. HEX triplet: 6D, 34 and 70. RGB value is (109,52,112). Sum of RGB (Red+Green+Blue) = 109+52+112=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D3470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3470 is #92CB8F. Grayscale: #4B4B4B. Windows color (decimal): -9620368 or 7353453. OLE color: 7353453.

HSL color Cylindrical-coordinate representation of color #6D3470: hue angle of 297º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D3470 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10952112-
CMYK0.030.5400.56
HSL297º36.59%32.16%-
HSV(B)297º53.57%43.92%-
XYZ10.466.8816.11-
YUV75.88148.38151.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.93%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=39.93%
G=19.05%
B=41.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109521120.030.5400.5629736.5932.16
Hex6D34703360381292520
Octal155641603660704514540
Binary11011011101001110000111101100111000100101001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d3470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,112); }

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

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

 a { background-color: rgb(109,52,112); }

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

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

 span { border-color: rgb(109,52,112); }

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