Html Css Color HEX #6E2477 Seance

📋 copy color: '#6E2477'

red 110 ◦ green 36 ◦ blue 119

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

Shades of Seance #6E2477

Tints of Seance #6E2477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.58%

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

R = 41.51%
G = 13.58%
B = 44.91%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E2477 (or 0x6E2477) is known color: Seance. HEX triplet: 6E, 24 and 77. RGB value is (110,36,119). Sum of RGB (Red+Green+Blue) = 110+36+119=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E2477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2477 is #91DB88. Grayscale: #434343. Windows color (decimal): -9558921 or 7808110. OLE color: 7808110.

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

Color convert

RGB 110 36 119 -
CMYK 0.08 0.70 0 0.53
HSL 293.49º 0.54% 0.3% -
HSV(B) 293.49º 0.7% 0.47% -
XYZ 10.39 5.91 18.05 -
YUV 67.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 110 36 119 0.08 0.70 0 0.53 293.49 0.54 0.3
Hex 6E 24 77 8 46 0 35 125 36 1E
Octal 156 44 167 10 106 0 65 445 66 36
Binary 1101110 100100 1110111 1000 1000110 0 110101 100100101 110110 11110

Color Harmonies of #6E2477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2477

Black with #6E2477

Text Example


Text Example

White with #6E2477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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