Html Css Color HEX #6D3085 Eminence

📋 copy color: '#6D3085'

red 109 ◦ green 48 ◦ blue 133

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

Shades of Eminence #6D3085

Tints of Eminence #6D3085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

 BLUE value IS 133 (52.34% from 255) = 45.86%

R = 37.59%
G = 16.55%
B = 45.86%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D3085 (or 0x6D3085) is known color: Eminence. HEX triplet: 6D, 30 and 85. RGB value is (109,48,133). Sum of RGB (Red+Green+Blue) = 109+48+133=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D3085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3085 is #92CF7A. Grayscale: #4B4B4B. Windows color (decimal): -9621371 or 8728685. OLE color: 8728685.

HSL color Cylindrical-coordinate representation of color #6D3085: hue angle of 283.06º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D3085 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 48 133 -
CMYK 0.18 0.64 0 0.48
HSL 283.06º 0.47% 0.35% -
HSV(B) 283.06º 0.64% 0.52% -
XYZ 11.6 7.06 22.94 -
YUV 75.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 109 48 133 0.18 0.64 0 0.48 283.06 0.47 0.35
Hex 6D 30 85 12 40 0 30 11B 2F 23
Octal 155 60 205 22 100 0 60 433 57 43
Binary 1101101 110000 10000101 10010 1000000 0 110000 100011011 101111 100011

Color Harmonies of #6D3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3085

Black with #6D3085

Text Example


Text Example

White with #6D3085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,48,133); }

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

background-color css

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

 a { background-color: rgb(109,48,133); }

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

border-color css

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

 span { border-color: rgb(109,48,133); }

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