#6D1776

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

Shades of Seance #6D1776

Tints of Seance #6D1776

Color information

#6D1776 (or 0x6D1776) is unknown color: approx Seance. HEX triplet: 6D, 17 and 76. RGB value is (109,23,118). Sum of RGB (Red+Green+Blue) = 109+23+118=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D1776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1776 is #92E889. Grayscale: #3B3B3B. Windows color (decimal): -9627786 or 7739245. OLE color: 7739245.

HSL color Cylindrical-coordinate representation of color #6D1776: hue angle of 294.32º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1776 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10923118-
CMYK0.080.8100.54
HSL294.32º67.38%27.65%-
HSV(B)294.32º80.51%46.27%-
XYZ9.885.1717.62-
YUV59.54160.99163.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.6%
GREEN value IS 23 (9.38% from 255) = 9.2%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=43.6%
G=9.2%
B=47.2%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109231180.080.8100.54294.3267.3827.65
Hex6D1776851036126431c
Octal155271661012106644610334
Binary1101101101111110110100010100010110110100100110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,23,118); }

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

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

 a { background-color: rgb(109,23,118); }

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

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

 span { border-color: rgb(109,23,118); }

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