Html Css Color HEX #6E2671 Seance

📋 copy color: '#6E2671'

red 110 ◦ green 38 ◦ blue 113

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

Shades of Seance #6E2671

Tints of Seance #6E2671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 42.15%
G = 14.56%
B = 43.3%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E2671 (or 0x6E2671) is known color: Seance. HEX triplet: 6E, 26 and 71. RGB value is (110,38,113). Sum of RGB (Red+Green+Blue) = 110+38+113=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E2671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2671 is #91D98E. Grayscale: #434343. Windows color (decimal): -9558415 or 7415406. OLE color: 7415406.

HSL color Cylindrical-coordinate representation of color #6E2671: hue angle of 297.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E2671 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 38 113 -
CMYK 0.03 0.66 0 0.56
HSL 297.6º 0.5% 0.3% -
HSV(B) 297.6º 0.66% 0.44% -
XYZ 10.1 5.89 16.23 -
YUV 68.08 153.35 157.9 -
System Red Green Blue C M Y K H S L
Decimal 110 38 113 0.03 0.66 0 0.56 297.6 0.5 0.3
Hex 6E 26 71 3 42 0 38 12A 32 1E
Octal 156 46 161 3 102 0 70 452 62 36
Binary 1101110 100110 1110001 11 1000010 0 111000 100101010 110010 11110

Color Harmonies of #6E2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2671

Black with #6E2671

Text Example


Text Example

White with #6E2671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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