#6D64AB

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

Shades of Blue Marguerite #6D64AB

Tints of Blue Marguerite #6D64AB

Color information

#6D64AB (or 0x6D64AB) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 64 and AB. RGB value is (109,100,171). Sum of RGB (Red+Green+Blue) = 109+100+171=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D64AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D64AB is #929B54. Grayscale: #6E6E6E. Windows color (decimal): -9608021 or 11232365. OLE color: 11232365.

HSL color Cylindrical-coordinate representation of color #6D64AB: hue angle of 247.61º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D64AB is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB109100171-
CMYK0.360.4200.33
HSL247.61º29.71%53.14%-
HSV(B)247.61º41.52%67.06%-
XYZ18.2115.3140.52-
YUV110.78161.98126.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.68%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 171 (67.19% from 255) = 45%
R=28.68%
G=26.32%
B=45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091001710.360.4200.33247.6129.7153.14
Hex6D64AB242A021f81e35
Octal15514425344520413703665
Binary110110111001001010101110010010101001000011111100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D64AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,100,171); }

 H1.HeaderClassName
 {
   color: #6D64AB;
 }
 .AnyTagClassName
 {
   color: #6D64AB;
 }
</style>
background-color css

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

 a { background-color: rgb(109,100,171); }

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

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

 span { border-color: rgb(109,100,171); }

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