Html Css Color HEX #6E3E7A Eminence

📋 copy color: '#6E3E7A'

red 110 ◦ green 62 ◦ blue 122

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

Shades of Eminence #6E3E7A

Tints of Eminence #6E3E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.09%

 BLUE value IS 122 (48.05% from 255) = 41.5%

R = 37.41%
G = 21.09%
B = 41.5%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6E3E7A (or 0x6E3E7A) is known color: Eminence. HEX triplet: 6E, 3E and 7A. RGB value is (110,62,122). Sum of RGB (Red+Green+Blue) = 110+62+122=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E3E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3E7A is #91C185. Grayscale: #535353. Windows color (decimal): -9552262 or 8011374. OLE color: 8011374.

HSL color Cylindrical-coordinate representation of color #6E3E7A: hue angle of 288º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E3E7A is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 62 122 -
CMYK 0.10 0.49 0 0.52
HSL 288º 0.33% 0.36% -
HSV(B) 288º 0.49% 0.48% -
XYZ 11.67 8.17 19.37 -
YUV 83.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 110 62 122 0.10 0.49 0 0.52 288 0.33 0.36
Hex 6E 3E 7A A 31 0 34 120 21 24
Octal 156 76 172 12 61 0 64 440 41 44
Binary 1101110 111110 1111010 1010 110001 0 110100 100100000 100001 100100

Color Harmonies of #6E3E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3E7A

Black with #6E3E7A

Text Example


Text Example

White with #6E3E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,62,122); }

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

background-color css

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

 a { background-color: rgb(110,62,122); }

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

border-color css

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

 span { border-color: rgb(110,62,122); }

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