#6D306C

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

Shades of Seance #6D306C

Tints of Seance #6D306C

Color information

#6D306C (or 0x6D306C) is unknown color: approx Seance. HEX triplet: 6D, 30 and 6C. RGB value is (109,48,108). Sum of RGB (Red+Green+Blue) = 109+48+108=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D306C is #92CF93. Grayscale: #484848. Windows color (decimal): -9621396 or 7090285. OLE color: 7090285.

HSL color Cylindrical-coordinate representation of color #6D306C: hue angle of 300.98º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D306C is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB10948108-
CMYK00.560.010.57
HSL300.98º38.85%30.78%-
HSV(B)300.98º55.96%42.75%-
XYZ10.076.4514.9-
YUV73.08147.71153.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.13%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=41.13%
G=18.11%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1094810800.560.010.57300.9838.8530.78
Hex6D306C03813912d271f
Octal155601540701714554737
Binary110110111000011011000111000111100110010110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,48,108); }

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

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

 a { background-color: rgb(109,48,108); }

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

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

 span { border-color: rgb(109,48,108); }

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