Html Css Color HEX #6D4B73 Eminence

📋 copy color: '#6D4B73'

red 109 ◦ green 75 ◦ blue 115

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

Shades of Eminence #6D4B73

Tints of Eminence #6D4B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.08%

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 36.45%
G = 25.08%
B = 38.46%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D4B73 (or 0x6D4B73) is known color: Eminence. HEX triplet: 6D, 4B and 73. RGB value is (109,75,115). Sum of RGB (Red+Green+Blue) = 109+75+115=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D4B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B73 is #92B48C. Grayscale: #595959. Windows color (decimal): -9614477 or 7555949. OLE color: 7555949.

HSL color Cylindrical-coordinate representation of color #6D4B73: hue angle of 291º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D4B73 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 75 115 -
CMYK 0.05 0.35 0 0.55
HSL 291º 0.21% 0.37% -
HSV(B) 291º 0.35% 0.45% -
XYZ 11.92 9.52 17.43 -
YUV 89.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 109 75 115 0.05 0.35 0 0.55 291 0.21 0.37
Hex 6D 4B 73 5 23 0 37 123 15 25
Octal 155 113 163 5 43 0 67 443 25 45
Binary 1101101 1001011 1110011 101 100011 0 110111 100100011 10101 100101

Color Harmonies of #6D4B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4B73

Black with #6D4B73

Text Example


Text Example

White with #6D4B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,75,115); }

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

background-color css

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

 a { background-color: rgb(109,75,115); }

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

border-color css

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

 span { border-color: rgb(109,75,115); }

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