Html Css Color HEX #6D55AD Blue Marguerite

📋 copy color: '#6D55AD'

red 109 ◦ green 85 ◦ blue 173

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

Shades of Blue Marguerite #6D55AD

Tints of Blue Marguerite #6D55AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

 BLUE value IS 173 (67.97% from 255) = 47.14%

R = 29.7%
G = 23.16%
B = 47.14%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D55AD (or 0x6D55AD) is known color: Blue Marguerite. HEX triplet: 6D, 55 and AD. RGB value is (109,85,173). Sum of RGB (Red+Green+Blue) = 109+85+173=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D55AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D55AD is #92AA52. Grayscale: #656565. Windows color (decimal): -9611859 or 11359597. OLE color: 11359597.

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

Color convert

RGB 109 85 173 -
CMYK 0.37 0.51 0 0.32
HSL 256.36º 0.35% 0.51% -
HSV(B) 256.36º 0.51% 0.68% -
XYZ 17.1 12.77 41.1 -
YUV 102.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 109 85 173 0.37 0.51 0 0.32 256.36 0.35 0.51
Hex 6D 55 AD 25 33 0 20 100 23 33
Octal 155 125 255 45 63 0 40 400 43 63
Binary 1101101 1010101 10101101 100101 110011 0 100000 100000000 100011 110011

Color Harmonies of #6D55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D55AD

Black with #6D55AD

Text Example


Text Example

White with #6D55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,85,173); }

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

background-color css

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

 a { background-color: rgb(109,85,173); }

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

border-color css

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

 span { border-color: rgb(109,85,173); }

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