Html Css Color HEX #6D427C Eminence

📋 copy color: '#6D427C'

red 109 ◦ green 66 ◦ blue 124

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

Shades of Eminence #6D427C

Tints of Eminence #6D427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 36.45%
G = 22.07%
B = 41.47%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D427C (or 0x6D427C) is known color: Eminence. HEX triplet: 6D, 42 and 7C. RGB value is (109,66,124). Sum of RGB (Red+Green+Blue) = 109+66+124=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D427C is #92BD83. Grayscale: #555555. Windows color (decimal): -9616772 or 8143469. OLE color: 8143469.

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

Color convert

RGB 109 66 124 -
CMYK 0.12 0.47 0 0.51
HSL 284.48º 0.31% 0.37% -
HSV(B) 284.48º 0.47% 0.49% -
XYZ 11.89 8.6 20.1 -
YUV 85.47 149.75 144.78 -
System Red Green Blue C M Y K H S L
Decimal 109 66 124 0.12 0.47 0 0.51 284.48 0.31 0.37
Hex 6D 42 7C C 2F 0 33 11C 1F 25
Octal 155 102 174 14 57 0 63 434 37 45
Binary 1101101 1000010 1111100 1100 101111 0 110011 100011100 11111 100101

Color Harmonies of #6D427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D427C

Black with #6D427C

Text Example


Text Example

White with #6D427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,66,124); }

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

background-color css

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

 a { background-color: rgb(109,66,124); }

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

border-color css

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

 span { border-color: rgb(109,66,124); }

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