Html Css Color HEX #6E2778 Seance

📋 copy color: '#6E2778'

red 110 ◦ green 39 ◦ blue 120

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

Shades of Seance #6E2778

Tints of Seance #6E2778

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.5%

 BLUE value IS 120 (47.27% from 255) = 44.61%

R = 40.89%
G = 14.5%
B = 44.61%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E2778 (or 0x6E2778) is known color: Seance. HEX triplet: 6E, 27 and 78. RGB value is (110,39,120). Sum of RGB (Red+Green+Blue) = 110+39+120=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E2778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2778 is #91D887. Grayscale: #454545. Windows color (decimal): -9558152 or 7874414. OLE color: 7874414.

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

Color convert

RGB 110 39 120 -
CMYK 0.08 0.67 0 0.53
HSL 292.59º 0.51% 0.31% -
HSV(B) 292.59º 0.68% 0.47% -
XYZ 10.55 6.12 18.4 -
YUV 69.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 110 39 120 0.08 0.67 0 0.53 292.59 0.51 0.31
Hex 6E 27 78 8 43 0 35 125 33 1F
Octal 156 47 170 10 103 0 65 445 63 37
Binary 1101110 100111 1111000 1000 1000011 0 110101 100100101 110011 11111

Color Harmonies of #6E2778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2778

Black with #6E2778

Text Example


Text Example

White with #6E2778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,39,120); }

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

background-color css

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

 a { background-color: rgb(110,39,120); }

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

border-color css

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

 span { border-color: rgb(110,39,120); }

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