#6E1675

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

Shades of Seance #6E1675

Tints of Seance #6E1675

Color information

#6E1675 (or 0x6E1675) is unknown color: approx Seance. HEX triplet: 6E, 16 and 75. RGB value is (110,22,117). Sum of RGB (Red+Green+Blue) = 110+22+117=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E1675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1675 is #91E98A. Grayscale: #3A3A3A. Windows color (decimal): -9562507 or 7673454. OLE color: 7673454.

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

Color convert

RGB11022117-
CMYK0.060.8100.54
HSL295.58º68.35%27.25%-
HSV(B)295.58º81.2%45.88%-
XYZ9.935.1717.3-
YUV59.14160.65164.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.18%
GREEN value IS 22 (8.98% from 255) = 8.84%
BLUE value IS 117 (46.09% from 255) = 46.99%
R=44.18%
G=8.84%
B=46.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110221170.060.8100.54295.5868.3527.25
Hex6E1675651036128441b
Octal15626165612106645010433
Binary110111010110111010111010100010110110100101000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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