Html Css Color HEX #6E2083 Seance

📋 copy color: '#6E2083'

red 110 ◦ green 32 ◦ blue 131

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

Shades of Seance #6E2083

Tints of Seance #6E2083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

 BLUE value IS 131 (51.56% from 255) = 47.99%

R = 40.29%
G = 11.72%
B = 47.99%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6E2083 (or 0x6E2083) is known color: Seance. HEX triplet: 6E, 20 and 83. RGB value is (110,32,131). Sum of RGB (Red+Green+Blue) = 110+32+131=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E2083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2083 is #91DF7C. Grayscale: #424242. Windows color (decimal): -9559933 or 8593518. OLE color: 8593518.

HSL color Cylindrical-coordinate representation of color #6E2083: hue angle of 287.27º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E2083 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 32 131 -
CMYK 0.16 0.76 0 0.49
HSL 287.27º 0.61% 0.32% -
HSV(B) 287.27º 0.76% 0.51% -
XYZ 11.04 5.99 22.05 -
YUV 66.61 164.34 158.95 -
System Red Green Blue C M Y K H S L
Decimal 110 32 131 0.16 0.76 0 0.49 287.27 0.61 0.32
Hex 6E 20 83 10 4C 0 31 11F 3D 20
Octal 156 40 203 20 114 0 61 437 75 40
Binary 1101110 100000 10000011 10000 1001100 0 110001 100011111 111101 100000

Color Harmonies of #6E2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2083

Black with #6E2083

Text Example


Text Example

White with #6E2083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,131); }

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

background-color css

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

 a { background-color: rgb(110,32,131); }

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

border-color css

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

 span { border-color: rgb(110,32,131); }

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