#6E1774

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

Shades of Seance #6E1774

Tints of Seance #6E1774

Color information

#6E1774 (or 0x6E1774) is unknown color: approx Seance. HEX triplet: 6E, 17 and 74. RGB value is (110,23,116). Sum of RGB (Red+Green+Blue) = 110+23+116=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E1774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1774 is #91E88B. Grayscale: #3B3B3B. Windows color (decimal): -9562252 or 7608174. OLE color: 7608174.

HSL color Cylindrical-coordinate representation of color #6E1774: hue angle of 296.13º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E1774 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11023116-
CMYK0.050.8000.55
HSL296.13º66.91%27.25%-
HSV(B)296.13º80.17%45.49%-
XYZ9.895.1917-
YUV59.61159.82163.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.18%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=44.18%
G=9.24%
B=46.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110231160.050.8000.55296.1366.9127.25
Hex6E1774550037128431b
Octal15627164512006745010333
Binary110111010111111010010110100000110111100101000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,23,116); }

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

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

 a { background-color: rgb(110,23,116); }

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

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

 span { border-color: rgb(110,23,116); }

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