Html Css Color HEX #6E4079 Eminence

📋 copy color: '#6E4079'

red 110 ◦ green 64 ◦ blue 121

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

Shades of Eminence #6E4079

Tints of Eminence #6E4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.69%

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 37.29%
G = 21.69%
B = 41.02%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E4079 (or 0x6E4079) is known color: Eminence. HEX triplet: 6E, 40 and 79. RGB value is (110,64,121). Sum of RGB (Red+Green+Blue) = 110+64+121=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E4079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4079 is #91BF86. Grayscale: #545454. Windows color (decimal): -9551751 or 7946350. OLE color: 7946350.

HSL color Cylindrical-coordinate representation of color #6E4079: hue angle of 288.42º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E4079 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 64 121 -
CMYK 0.09 0.47 0 0.53
HSL 288.42º 0.31% 0.36% -
HSV(B) 288.42º 0.47% 0.47% -
XYZ 11.71 8.36 19.09 -
YUV 84.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 110 64 121 0.09 0.47 0 0.53 288.42 0.31 0.36
Hex 6E 40 79 9 2F 0 35 120 1F 24
Octal 156 100 171 11 57 0 65 440 37 44
Binary 1101110 1000000 1111001 1001 101111 0 110101 100100000 11111 100100

Color Harmonies of #6E4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4079

Black with #6E4079

Text Example


Text Example

White with #6E4079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,64,121); }

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

background-color css

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

 a { background-color: rgb(110,64,121); }

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

border-color css

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

 span { border-color: rgb(110,64,121); }

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