#6D1672

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

Shades of Seance #6D1672

Tints of Seance #6D1672

Color information

#6D1672 (or 0x6D1672) is unknown color: approx Seance. HEX triplet: 6D, 16 and 72. RGB value is (109,22,114). Sum of RGB (Red+Green+Blue) = 109+22+114=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D1672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1672 is #92E98D. Grayscale: #3A3A3A. Windows color (decimal): -9628046 or 7476845. OLE color: 7476845.

HSL color Cylindrical-coordinate representation of color #6D1672: hue angle of 296.74º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1672 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10922114-
CMYK0.040.8100.55
HSL296.74º67.65%26.67%-
HSV(B)296.74º80.7%44.71%-
XYZ9.635.0416.38-
YUV58.5159.32164.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.49%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=44.49%
G=8.98%
B=46.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109221140.040.8100.55296.7467.6526.67
Hex6D1672451037129441b
Octal15526162412106745110433
Binary110110110110111001010010100010110111100101001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,22,114); }

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

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

 a { background-color: rgb(109,22,114); }

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

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

 span { border-color: rgb(109,22,114); }

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