#6D55AD

Color #6D55AD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6D55AD

Tints of Blue Marguerite #6D55AD

Color information

#6D55AD (or 0x6D55AD) is unknown color: approx 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

RGB10985173-
CMYK0.370.5100.32
HSL256.36º34.92%50.59%-
HSV(B)256.36º50.87%67.84%-
XYZ17.112.7741.1-
YUV102.21167.95132.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.70%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=29.70%
G=23.16%
B=47.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109851730.370.5100.32256.3634.9250.59
Hex6D55AD25330201002333
Octal15512525545630404004363
Binary11011011010101101011011001011100110100000100000000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D55AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>