#6E367B

Color #6E367B Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #6E367B

Tints of Eminence #6E367B

Color information

#6E367B (or 0x6E367B) is unknown color: approx Eminence. HEX triplet: 6E, 36 and 7B. RGB value is (110,54,123). Sum of RGB (Red+Green+Blue) = 110+54+123=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E367B is #91C984. Grayscale: #4E4E4E. Windows color (decimal): -9554309 or 8074862. OLE color: 8074862.

HSL color Cylindrical-coordinate representation of color #6E367B: hue angle of 288.7º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E367B is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11054123-
CMYK0.110.5600.52
HSL288.7º38.98%34.71%-
HSV(B)288.7º56.1%48.24%-
XYZ11.327.3819.57-
YUV78.61153.05150.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.33%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=38.33%
G=18.82%
B=42.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110541230.110.5600.52288.738.9834.71
Hex6E367BB380341212723
Octal1566617313700644414743
Binary1101110110110111101110111110000110100100100001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E367B;
 }
 .AnyTagClassName
 {
   color: #6E367B;
 }
</style>
background-color css

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

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

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

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

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

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