Html Css Color HEX #6D407C Eminence

📋 copy color: '#6D407C'

red 109 ◦ green 64 ◦ blue 124

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

Shades of Eminence #6D407C

Tints of Eminence #6D407C

RGB

 RED value IS 109 (42.97% from 255) = 36.7%

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 124 (48.83% from 255) = 41.75%

R = 36.7%
G = 21.55%
B = 41.75%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D407C (or 0x6D407C) is known color: Eminence. HEX triplet: 6D, 40 and 7C. RGB value is (109,64,124). Sum of RGB (Red+Green+Blue) = 109+64+124=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D407C is #92BF83. Grayscale: #545454. Windows color (decimal): -9617284 or 8142957. OLE color: 8142957.

HSL color Cylindrical-coordinate representation of color #6D407C: hue angle of 285º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D407C is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 64 124 -
CMYK 0.12 0.48 0 0.51
HSL 285º 0.32% 0.37% -
HSV(B) 285º 0.48% 0.49% -
XYZ 11.78 8.37 20.06 -
YUV 84.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 109 64 124 0.12 0.48 0 0.51 285 0.32 0.37
Hex 6D 40 7C C 30 0 33 11D 20 25
Octal 155 100 174 14 60 0 63 435 40 45
Binary 1101101 1000000 1111100 1100 110000 0 110011 100011101 100000 100101

Color Harmonies of #6D407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D407C

Black with #6D407C

Text Example


Text Example

White with #6D407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,64,124); }

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

background-color css

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

 a { background-color: rgb(109,64,124); }

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

border-color css

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

 span { border-color: rgb(109,64,124); }

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