#6D2075

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

Shades of Seance #6D2075

Tints of Seance #6D2075

Color information

#6D2075 (or 0x6D2075) is unknown color: approx Seance. HEX triplet: 6D, 20 and 75. RGB value is (109,32,117). Sum of RGB (Red+Green+Blue) = 109+32+117=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D2075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2075 is #92DF8A. Grayscale: #404040. Windows color (decimal): -9625483 or 7676013. OLE color: 7676013.

HSL color Cylindrical-coordinate representation of color #6D2075: hue angle of 294.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D2075 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10932117-
CMYK0.070.7300.54
HSL294.35º57.05%29.22%-
HSV(B)294.35º72.65%45.88%-
XYZ10.035.5717.38-
YUV64.71157.51159.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 32 (12.89% from 255) = 12.40%
BLUE value IS 117 (46.09% from 255) = 45.35%
R=42.25%
G=12.40%
B=45.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109321170.070.7300.54294.3557.0529.22
Hex6D2075749036126391d
Octal1554016571110664467135
Binary110110110000011101011111001001011011010010011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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