Html Css Color HEX #6D416B Eminence

📋 copy color: '#6D416B'

red 109 ◦ green 65 ◦ blue 107

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

Shades of Eminence #6D416B

Tints of Eminence #6D416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

 BLUE value IS 107 (42.19% from 255) = 38.08%

R = 38.79%
G = 23.13%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D416B (or 0x6D416B) is known color: Eminence. HEX triplet: 6D, 41 and 6B. RGB value is (109,65,107). Sum of RGB (Red+Green+Blue) = 109+65+107=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 109 - color contains mainly: red. Hex color #6D416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D416B is #92BE94. Grayscale: #525252. Windows color (decimal): -9617045 or 7029101. OLE color: 7029101.

HSL color Cylindrical-coordinate representation of color #6D416B: hue angle of 302.73º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D416B is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 65 107 -
CMYK 0 0.40 0.02 0.57
HSL 302.73º 0.25% 0.34% -
HSV(B) 302.73º 0.4% 0.43% -
XYZ 10.85 8.09 14.9 -
YUV 82.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 109 65 107 0 0.40 0.02 0.57 302.73 0.25 0.34
Hex 6D 41 6B 0 28 2 39 12F 19 22
Octal 155 101 153 0 50 2 71 457 31 42
Binary 1101101 1000001 1101011 0 101000 10 111001 100101111 11001 100010

Color Harmonies of #6D416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D416B

Black with #6D416B

Text Example


Text Example

White with #6D416B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,65,107); }

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

background-color css

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

 a { background-color: rgb(109,65,107); }

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

border-color css

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

 span { border-color: rgb(109,65,107); }

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