Html Css Color HEX #6E2173 Seance

📋 copy color: '#6E2173'

red 110 ◦ green 33 ◦ blue 115

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

Shades of Seance #6E2173

Tints of Seance #6E2173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.79%

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 42.64%
G = 12.79%
B = 44.57%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E2173 (or 0x6E2173) is known color: Seance. HEX triplet: 6E, 21 and 73. RGB value is (110,33,115). Sum of RGB (Red+Green+Blue) = 110+33+115=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E2173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2173 is #91DE8C. Grayscale: #414141. Windows color (decimal): -9559693 or 7545198. OLE color: 7545198.

HSL color Cylindrical-coordinate representation of color #6E2173: hue angle of 296.34º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2173 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 33 115 -
CMYK 0.04 0.71 0 0.55
HSL 296.34º 0.55% 0.29% -
HSV(B) 296.34º 0.71% 0.45% -
XYZ 10.07 5.64 16.78 -
YUV 65.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 110 33 115 0.04 0.71 0 0.55 296.34 0.55 0.29
Hex 6E 21 73 4 47 0 37 128 37 1D
Octal 156 41 163 4 107 0 67 450 67 35
Binary 1101110 100001 1110011 100 1000111 0 110111 100101000 110111 11101

Color Harmonies of #6E2173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2173

Black with #6E2173

Text Example


Text Example

White with #6E2173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,33,115); }

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

background-color css

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

 a { background-color: rgb(110,33,115); }

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

border-color css

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

 span { border-color: rgb(110,33,115); }

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