Html Css Color HEX #6D407D Eminence

📋 copy color: '#6D407D'

red 109 ◦ green 64 ◦ blue 125

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

Shades of Eminence #6D407D

Tints of Eminence #6D407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.95%

R = 36.58%
G = 21.48%
B = 41.95%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D407D (or 0x6D407D) is known color: Eminence. HEX triplet: 6D, 40 and 7D. RGB value is (109,64,125). Sum of RGB (Red+Green+Blue) = 109+64+125=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D407D is #92BF82. Grayscale: #545454. Windows color (decimal): -9617283 or 8208493. OLE color: 8208493.

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

Color convert

RGB 109 64 125 -
CMYK 0.13 0.49 0 0.51
HSL 284.26º 0.32% 0.37% -
HSV(B) 284.26º 0.49% 0.49% -
XYZ 11.84 8.4 20.4 -
YUV 84.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 109 64 125 0.13 0.49 0 0.51 284.26 0.32 0.37
Hex 6D 40 7D D 31 0 33 11C 20 25
Octal 155 100 175 15 61 0 63 434 40 45
Binary 1101101 1000000 1111101 1101 110001 0 110011 100011100 100000 100101

Color Harmonies of #6D407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D407D

Black with #6D407D

Text Example


Text Example

White with #6D407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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