Html Css Color HEX #6E4A73 Eminence

📋 copy color: '#6E4A73'

red 110 ◦ green 74 ◦ blue 115

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

Shades of Eminence #6E4A73

Tints of Eminence #6E4A73

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.75%

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

R = 36.79%
G = 24.75%
B = 38.46%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E4A73 (or 0x6E4A73) is known color: Eminence. HEX triplet: 6E, 4A and 73. RGB value is (110,74,115). Sum of RGB (Red+Green+Blue) = 110+74+115=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E4A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4A73 is #91B58C. Grayscale: #595959. Windows color (decimal): -9549197 or 7555694. OLE color: 7555694.

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

Color convert

RGB 110 74 115 -
CMYK 0.04 0.36 0 0.55
HSL 292.68º 0.22% 0.37% -
HSV(B) 292.68º 0.36% 0.45% -
XYZ 11.97 9.45 17.41 -
YUV 89.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 110 74 115 0.04 0.36 0 0.55 292.68 0.22 0.37
Hex 6E 4A 73 4 24 0 37 125 16 25
Octal 156 112 163 4 44 0 67 445 26 45
Binary 1101110 1001010 1110011 100 100100 0 110111 100100101 10110 100101

Color Harmonies of #6E4A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4A73

Black with #6E4A73

Text Example


Text Example

White with #6E4A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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