Html Css Color HEX #6E3674 Eminence

📋 copy color: '#6E3674'

red 110 ◦ green 54 ◦ blue 116

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

Shades of Eminence #6E3674

Tints of Eminence #6E3674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.29%

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 39.29%
G = 19.29%
B = 41.43%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E3674 (or 0x6E3674) is known color: Eminence. HEX triplet: 6E, 36 and 74. RGB value is (110,54,116). Sum of RGB (Red+Green+Blue) = 110+54+116=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E3674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3674 is #91C98B. Grayscale: #4D4D4D. Windows color (decimal): -9554316 or 7616110. OLE color: 7616110.

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

Color convert

RGB 110 54 116 -
CMYK 0.05 0.53 0 0.55
HSL 294.19º 0.36% 0.33% -
HSV(B) 294.19º 0.53% 0.45% -
XYZ 10.9 7.21 17.34 -
YUV 77.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 110 54 116 0.05 0.53 0 0.55 294.19 0.36 0.33
Hex 6E 36 74 5 35 0 37 126 24 21
Octal 156 66 164 5 65 0 67 446 44 41
Binary 1101110 110110 1110100 101 110101 0 110111 100100110 100100 100001

Color Harmonies of #6E3674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3674

Black with #6E3674

Text Example


Text Example

White with #6E3674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,54,116); }

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

background-color css

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

 a { background-color: rgb(110,54,116); }

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

border-color css

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

 span { border-color: rgb(110,54,116); }

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