Html Css Color HEX #6D486B Eminence

📋 copy color: '#6D486B'

red 109 ◦ green 72 ◦ blue 107

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

Shades of Eminence #6D486B

Tints of Eminence #6D486B

RGB

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

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

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

R = 37.85%
G = 25%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D486B (or 0x6D486B) is known color: Eminence. HEX triplet: 6D, 48 and 6B. RGB value is (109,72,107). Sum of RGB (Red+Green+Blue) = 109+72+107=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D486B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D486B is #92B794. Grayscale: #565656. Windows color (decimal): -9615253 or 7030893. OLE color: 7030893.

HSL color Cylindrical-coordinate representation of color #6D486B: hue angle of 303.24º 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 #6D486B is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 72 107 -
CMYK 0 0.34 0.02 0.57
HSL 303.24º 0.2% 0.35% -
HSV(B) 303.24º 0.34% 0.43% -
XYZ 11.28 8.95 15.04 -
YUV 87.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 109 72 107 0 0.34 0.02 0.57 303.24 0.2 0.35
Hex 6D 48 6B 0 22 2 39 12F 14 23
Octal 155 110 153 0 42 2 71 457 24 43
Binary 1101101 1001000 1101011 0 100010 10 111001 100101111 10100 100011

Color Harmonies of #6D486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D486B

Black with #6D486B

Text Example


Text Example

White with #6D486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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