Html Css Color HEX #6D4869 Eminence

📋 copy color: '#6D4869'

red 109 ◦ green 72 ◦ blue 105

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

Shades of Eminence #6D4869

Tints of Eminence #6D4869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.17%

 BLUE value IS 105 (41.41% from 255) = 36.71%

R = 38.11%
G = 25.17%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6D4869 (or 0x6D4869) is known color: Eminence. HEX triplet: 6D, 48 and 69. RGB value is (109,72,105). Sum of RGB (Red+Green+Blue) = 109+72+105=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4869 is #92B796. Grayscale: #565656. Windows color (decimal): -9615255 or 6899821. OLE color: 6899821.

HSL color Cylindrical-coordinate representation of color #6D4869: hue angle of 306.49º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D4869 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 72 105 -
CMYK 0 0.34 0.04 0.57
HSL 306.49º 0.2% 0.35% -
HSV(B) 306.49º 0.34% 0.43% -
XYZ 11.17 8.91 14.49 -
YUV 86.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 109 72 105 0 0.34 0.04 0.57 306.49 0.2 0.35
Hex 6D 48 69 0 22 4 39 132 14 23
Octal 155 110 151 0 42 4 71 462 24 43
Binary 1101101 1001000 1101001 0 100010 100 111001 100110010 10100 100011

Color Harmonies of #6D4869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4869

Black with #6D4869

Text Example


Text Example

White with #6D4869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,72,105); }

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

background-color css

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

 a { background-color: rgb(109,72,105); }

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

border-color css

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

 span { border-color: rgb(109,72,105); }

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