#6E1875

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

Shades of Seance #6E1875

Tints of Seance #6E1875

Color information

#6E1875 (or 0x6E1875) is unknown color: approx Seance. HEX triplet: 6E, 18 and 75. RGB value is (110,24,117). Sum of RGB (Red+Green+Blue) = 110+24+117=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 24 (9.77% from 255 or 9.56% 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 #6E1875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1875 is #91E78A. Grayscale: #3C3C3C. Windows color (decimal): -9561995 or 7673966. OLE color: 7673966.

HSL color Cylindrical-coordinate representation of color #6E1875: hue angle of 295.48º degrees, saturation: 0.66, 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 #6E1875 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11024117-
CMYK0.060.7900.54
HSL295.48º65.96%27.65%-
HSV(B)295.48º79.49%45.88%-
XYZ9.975.2517.32-
YUV60.32159.99163.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.82%
GREEN value IS 24 (9.77% from 255) = 9.56%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=43.82%
G=9.56%
B=46.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110241170.060.7900.54295.4865.9627.65
Hex6E187564F036127421c
Octal15630165611706644710234
Binary110111011000111010111010011110110110100100111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,24,117); }

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

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

 a { background-color: rgb(110,24,117); }

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

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

 span { border-color: rgb(110,24,117); }

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