Html Css Color HEX #6E2E6D Seance

📋 copy color: '#6E2E6D'

red 110 ◦ green 46 ◦ blue 109

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

Shades of Seance #6E2E6D

Tints of Seance #6E2E6D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.36%

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 41.51%
G = 17.36%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6E2E6D (or 0x6E2E6D) is known color: Seance. HEX triplet: 6E, 2E and 6D. RGB value is (110,46,109). Sum of RGB (Red+Green+Blue) = 110+46+109=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2E6D is #91D192. Grayscale: #484848. Windows color (decimal): -9556371 or 7155310. OLE color: 7155310.

HSL color Cylindrical-coordinate representation of color #6E2E6D: hue angle of 300.94º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E2E6D is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 46 109 -
CMYK 0 0.58 0.01 0.57
HSL 300.94º 0.41% 0.31% -
HSV(B) 300.94º 0.58% 0.43% -
XYZ 10.17 6.37 15.16 -
YUV 72.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 110 46 109 0 0.58 0.01 0.57 300.94 0.41 0.31
Hex 6E 2E 6D 0 3A 1 39 12D 29 1F
Octal 156 56 155 0 72 1 71 455 51 37
Binary 1101110 101110 1101101 0 111010 1 111001 100101101 101001 11111

Color Harmonies of #6E2E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2E6D

Black with #6E2E6D

Text Example


Text Example

White with #6E2E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,46,109); }

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

background-color css

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

 a { background-color: rgb(110,46,109); }

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

border-color css

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

 span { border-color: rgb(110,46,109); }

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