Html Css Color HEX #6D4075 Eminence

📋 copy color: '#6D4075'

red 109 ◦ green 64 ◦ blue 117

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

Shades of Eminence #6D4075

Tints of Eminence #6D4075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 37.59%
G = 22.07%
B = 40.34%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D4075 (or 0x6D4075) is known color: Eminence. HEX triplet: 6D, 40 and 75. RGB value is (109,64,117). Sum of RGB (Red+Green+Blue) = 109+64+117=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D4075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4075 is #92BF8A. Grayscale: #535353. Windows color (decimal): -9617291 or 7684205. OLE color: 7684205.

HSL color Cylindrical-coordinate representation of color #6D4075: hue angle of 290.94º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D4075 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 64 117 -
CMYK 0.07 0.45 0 0.54
HSL 290.94º 0.29% 0.35% -
HSV(B) 290.94º 0.45% 0.46% -
XYZ 11.35 8.2 17.81 -
YUV 83.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 109 64 117 0.07 0.45 0 0.54 290.94 0.29 0.35
Hex 6D 40 75 7 2D 0 36 123 1D 23
Octal 155 100 165 7 55 0 66 443 35 43
Binary 1101101 1000000 1110101 111 101101 0 110110 100100011 11101 100011

Color Harmonies of #6D4075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4075

Black with #6D4075

Text Example


Text Example

White with #6D4075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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