Html Css Color HEX #6E2678 Seance

📋 copy color: '#6E2678'

red 110 ◦ green 38 ◦ blue 120

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

Shades of Seance #6E2678

Tints of Seance #6E2678

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 41.04%
G = 14.18%
B = 44.78%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E2678 (or 0x6E2678) is known color: Seance. HEX triplet: 6E, 26 and 78. RGB value is (110,38,120). Sum of RGB (Red+Green+Blue) = 110+38+120=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E2678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2678 is #91D987. Grayscale: #444444. Windows color (decimal): -9558408 or 7874158. OLE color: 7874158.

HSL color Cylindrical-coordinate representation of color #6E2678: hue angle of 292.68º degrees, saturation: 0.52, 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 #6E2678 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 38 120 -
CMYK 0.08 0.68 0 0.53
HSL 292.68º 0.52% 0.31% -
HSV(B) 292.68º 0.68% 0.47% -
XYZ 10.51 6.06 18.38 -
YUV 68.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 110 38 120 0.08 0.68 0 0.53 292.68 0.52 0.31
Hex 6E 26 78 8 44 0 35 125 34 1F
Octal 156 46 170 10 104 0 65 445 64 37
Binary 1101110 100110 1111000 1000 1000100 0 110101 100100101 110100 11111

Color Harmonies of #6E2678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2678

Black with #6E2678

Text Example


Text Example

White with #6E2678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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