Html Css Color HEX #6D4D6E Eminence

📋 copy color: '#6D4D6E'

red 109 ◦ green 77 ◦ blue 110

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

Shades of Eminence #6D4D6E

Tints of Eminence #6D4D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.01%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 36.82%
G = 26.01%
B = 37.16%

CMYK

 C value IS 0.01

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6D4D6E (or 0x6D4D6E) is known color: Eminence. HEX triplet: 6D, 4D and 6E. RGB value is (109,77,110). Sum of RGB (Red+Green+Blue) = 109+77+110=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D4D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4D6E is #92B291. Grayscale: #5A5A5A. Windows color (decimal): -9613970 or 7228781. OLE color: 7228781.

HSL color Cylindrical-coordinate representation of color #6D4D6E: hue angle of 298.18º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D4D6E is Cyan = 0.01, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 77 110 -
CMYK 0.01 0.3 0 0.57
HSL 298.18º 0.18% 0.37% -
HSV(B) 298.18º 0.3% 0.43% -
XYZ 11.78 9.68 16 -
YUV 90.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 109 77 110 0.01 0.3 0 0.57 298.18 0.18 0.37
Hex 6D 4D 6E 1 1E 0 39 12A 12 25
Octal 155 115 156 1 36 0 71 452 22 45
Binary 1101101 1001101 1101110 1 11110 0 111001 100101010 10010 100101

Color Harmonies of #6D4D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4D6E

Black with #6D4D6E

Text Example


Text Example

White with #6D4D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,77,110); }

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

background-color css

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

 a { background-color: rgb(109,77,110); }

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

border-color css

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

 span { border-color: rgb(109,77,110); }

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