Html Css Color HEX #6E1973 Seance

📋 copy color: '#6E1973'

red 110 ◦ green 25 ◦ blue 115

#6E1973
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #6E1973

Tints of Seance #6E1973

RGB

 RED value IS 110 (43.36% from 255) = 44%

 GREEN value IS 25 (10.16% from 255) = 10%

 BLUE value IS 115 (45.31% from 255) = 46%

R = 44%
G = 10%
B = 46%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E1973 (or 0x6E1973) is known color: Seance. HEX triplet: 6E, 19 and 73. RGB value is (110,25,115). Sum of RGB (Red+Green+Blue) = 110+25+115=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E1973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1973 is #91E68C. Grayscale: #3C3C3C. Windows color (decimal): -9561741 or 7543150. OLE color: 7543150.

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

Color convert

RGB 110 25 115 -
CMYK 0.04 0.78 0 0.55
HSL 296.67º 0.64% 0.27% -
HSV(B) 296.67º 0.78% 0.45% -
XYZ 9.87 5.25 16.71 -
YUV 60.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 110 25 115 0.04 0.78 0 0.55 296.67 0.64 0.27
Hex 6E 19 73 4 4E 0 37 129 40 1B
Octal 156 31 163 4 116 0 67 451 100 33
Binary 1101110 11001 1110011 100 1001110 0 110111 100101001 1000000 11011

Color Harmonies of #6E1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1973

Black with #6E1973

Text Example


Text Example

White with #6E1973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,25,115); }

 H1.HeaderClassName
 {
   color: #6E1973;
 }
 .AnyTagClassName
 {
   color: #6E1973;
 }
</style>

background-color css

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

 a { background-color: rgb(110,25,115); }

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

border-color css

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

 span { border-color: rgb(110,25,115); }

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