#6D297A

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

Shades of Seance #6D297A

Tints of Seance #6D297A

Color information

#6D297A (or 0x6D297A) is unknown color: approx Seance. HEX triplet: 6D, 29 and 7A. RGB value is (109,41,122). Sum of RGB (Red+Green+Blue) = 109+41+122=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D297A is #92D685. Grayscale: #464646. Windows color (decimal): -9623174 or 8005997. OLE color: 8005997.

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

Color convert

RGB10941122-
CMYK0.110.6600.52
HSL290.37º49.69%31.96%-
HSV(B)290.37º66.39%47.84%-
XYZ10.616.2419.06-
YUV70.57157.03155.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.07%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=40.07%
G=15.07%
B=44.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109411220.110.6600.52290.3749.6931.96
Hex6D297AB420341223220
Octal15551172131020644426240
Binary11011011010011111010101110000100110100100100010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,41,122); }

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

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

 a { background-color: rgb(109,41,122); }

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

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

 span { border-color: rgb(109,41,122); }

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