#6D417B

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

Shades of Eminence #6D417B

Tints of Eminence #6D417B

Color information

#6D417B (or 0x6D417B) is unknown color: approx Eminence. HEX triplet: 6D, 41 and 7B. RGB value is (109,65,123). Sum of RGB (Red+Green+Blue) = 109+65+123=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D417B is #92BE84. Grayscale: #545454. Windows color (decimal): -9617029 or 8077677. OLE color: 8077677.

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

Color convert

RGB10965123-
CMYK0.110.4700.52
HSL285.52º30.85%36.86%-
HSV(B)285.52º47.15%48.24%-
XYZ11.778.4619.75-
YUV84.77149.58145.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.70%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=36.70%
G=21.89%
B=41.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109651230.110.4700.52285.5230.8536.86
Hex6D417BB2F03411e1f25
Octal15510117313570644363745
Binary1101101100000111110111011101111011010010001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,65,123); }

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

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

 a { background-color: rgb(109,65,123); }

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

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

 span { border-color: rgb(109,65,123); }

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