Html Css Color HEX #6E2977 Seance

📋 copy color: '#6E2977'

red 110 ◦ green 41 ◦ blue 119

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

Shades of Seance #6E2977

Tints of Seance #6E2977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 40.74%
G = 15.19%
B = 44.07%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E2977 (or 0x6E2977) is known color: Seance. HEX triplet: 6E, 29 and 77. RGB value is (110,41,119). Sum of RGB (Red+Green+Blue) = 110+41+119=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E2977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2977 is #91D688. Grayscale: #464646. Windows color (decimal): -9557641 or 7809390. OLE color: 7809390.

HSL color Cylindrical-coordinate representation of color #6E2977: hue angle of 293.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E2977 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 41 119 -
CMYK 0.08 0.66 0 0.53
HSL 293.08º 0.49% 0.31% -
HSV(B) 293.08º 0.66% 0.47% -
XYZ 10.55 6.23 18.1 -
YUV 70.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 110 41 119 0.08 0.66 0 0.53 293.08 0.49 0.31
Hex 6E 29 77 8 42 0 35 125 31 1F
Octal 156 51 167 10 102 0 65 445 61 37
Binary 1101110 101001 1110111 1000 1000010 0 110101 100100101 110001 11111

Color Harmonies of #6E2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2977

Black with #6E2977

Text Example


Text Example

White with #6E2977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,41,119); }

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

background-color css

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

 a { background-color: rgb(110,41,119); }

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

border-color css

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

 span { border-color: rgb(110,41,119); }

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