Html Css Color HEX #6E2684 Eminence

📋 copy color: '#6E2684'

red 110 ◦ green 38 ◦ blue 132

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

Shades of Eminence #6E2684

Tints of Eminence #6E2684

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

 BLUE value IS 132 (51.95% from 255) = 47.14%

R = 39.29%
G = 13.57%
B = 47.14%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6E2684 (or 0x6E2684) is known color: Eminence. HEX triplet: 6E, 26 and 84. RGB value is (110,38,132). Sum of RGB (Red+Green+Blue) = 110+38+132=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E2684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2684 is #91D97B. Grayscale: #454545. Windows color (decimal): -9558396 or 8660590. OLE color: 8660590.

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

Color convert

RGB 110 38 132 -
CMYK 0.17 0.71 0 0.48
HSL 285.96º 0.55% 0.33% -
HSV(B) 285.96º 0.71% 0.52% -
XYZ 11.29 6.37 22.46 -
YUV 70.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 110 38 132 0.17 0.71 0 0.48 285.96 0.55 0.33
Hex 6E 26 84 11 47 0 30 11E 37 21
Octal 156 46 204 21 107 0 60 436 67 41
Binary 1101110 100110 10000100 10001 1000111 0 110000 100011110 110111 100001

Color Harmonies of #6E2684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2684

Black with #6E2684

Text Example


Text Example

White with #6E2684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,38,132); }

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

background-color css

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

 a { background-color: rgb(110,38,132); }

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

border-color css

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

 span { border-color: rgb(110,38,132); }

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