Html Css Color HEX #6E2376 Seance

📋 copy color: '#6E2376'

red 110 ◦ green 35 ◦ blue 118

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

Shades of Seance #6E2376

Tints of Seance #6E2376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.31%

 BLUE value IS 118 (46.48% from 255) = 44.87%

R = 41.83%
G = 13.31%
B = 44.87%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E2376 (or 0x6E2376) is known color: Seance. HEX triplet: 6E, 23 and 76. RGB value is (110,35,118). Sum of RGB (Red+Green+Blue) = 110+35+118=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E2376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2376 is #91DC89. Grayscale: #424242. Windows color (decimal): -9559178 or 7742318. OLE color: 7742318.

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

Color convert

RGB 110 35 118 -
CMYK 0.07 0.70 0 0.54
HSL 294.22º 0.54% 0.3% -
HSV(B) 294.22º 0.7% 0.46% -
XYZ 10.3 5.83 17.72 -
YUV 66.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 110 35 118 0.07 0.70 0 0.54 294.22 0.54 0.3
Hex 6E 23 76 7 46 0 36 126 36 1E
Octal 156 43 166 7 106 0 66 446 66 36
Binary 1101110 100011 1110110 111 1000110 0 110110 100100110 110110 11110

Color Harmonies of #6E2376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2376

Black with #6E2376

Text Example


Text Example

White with #6E2376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,35,118); }

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

background-color css

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

 a { background-color: rgb(110,35,118); }

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

border-color css

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

 span { border-color: rgb(110,35,118); }

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