Html Css Color HEX #6E2076 Seance

📋 copy color: '#6E2076'

red 110 ◦ green 32 ◦ blue 118

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

Shades of Seance #6E2076

Tints of Seance #6E2076

RGB

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

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

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

R = 42.31%
G = 12.31%
B = 45.38%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E2076 (or 0x6E2076) is known color: Seance. HEX triplet: 6E, 20 and 76. RGB value is (110,32,118). Sum of RGB (Red+Green+Blue) = 110+32+118=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E2076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2076 is #91DF89. Grayscale: #404040. Windows color (decimal): -9559946 or 7741550. OLE color: 7741550.

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

Color convert

RGB 110 32 118 -
CMYK 0.07 0.73 0 0.54
HSL 294.42º 0.57% 0.29% -
HSV(B) 294.42º 0.73% 0.46% -
XYZ 10.22 5.66 17.69 -
YUV 65.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 110 32 118 0.07 0.73 0 0.54 294.42 0.57 0.29
Hex 6E 20 76 7 49 0 36 126 39 1D
Octal 156 40 166 7 111 0 66 446 71 35
Binary 1101110 100000 1110110 111 1001001 0 110110 100100110 111001 11101

Color Harmonies of #6E2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2076

Black with #6E2076

Text Example


Text Example

White with #6E2076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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