Html Css Color HEX #6E2378 Seance

📋 copy color: '#6E2378'

red 110 ◦ green 35 ◦ blue 120

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

Shades of Seance #6E2378

Tints of Seance #6E2378

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.21%

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

R = 41.51%
G = 13.21%
B = 45.28%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E2378 (or 0x6E2378) is known color: Seance. HEX triplet: 6E, 23 and 78. RGB value is (110,35,120). Sum of RGB (Red+Green+Blue) = 110+35+120=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E2378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2378 is #91DC87. Grayscale: #424242. Windows color (decimal): -9559176 or 7873390. OLE color: 7873390.

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

Color convert

RGB 110 35 120 -
CMYK 0.08 0.71 0 0.53
HSL 292.94º 0.55% 0.3% -
HSV(B) 292.94º 0.71% 0.47% -
XYZ 10.42 5.87 18.35 -
YUV 67.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 110 35 120 0.08 0.71 0 0.53 292.94 0.55 0.3
Hex 6E 23 78 8 47 0 35 125 37 1E
Octal 156 43 170 10 107 0 65 445 67 36
Binary 1101110 100011 1111000 1000 1000111 0 110101 100100101 110111 11110

Color Harmonies of #6E2378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2378

Black with #6E2378

Text Example


Text Example

White with #6E2378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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