#6D1975

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

Shades of Seance #6D1975

Tints of Seance #6D1975

Color information

#6D1975 (or 0x6D1975) is unknown color: approx Seance. HEX triplet: 6D, 19 and 75. RGB value is (109,25,117). Sum of RGB (Red+Green+Blue) = 109+25+117=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D1975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1975 is #92E68A. Grayscale: #3C3C3C. Windows color (decimal): -9627275 or 7674221. OLE color: 7674221.

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

Color convert

RGB10925117-
CMYK0.070.7900.54
HSL294.78º64.79%27.84%-
HSV(B)294.78º78.63%45.88%-
XYZ9.875.2317.32-
YUV60.6159.83162.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.43%
GREEN value IS 25 (10.16% from 255) = 9.96%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=43.43%
G=9.96%
B=46.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109251170.070.7900.54294.7864.7927.84
Hex6D197574F036127411c
Octal15531165711706644710134
Binary110110111001111010111110011110110110100100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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