#6D64AC

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

Shades of Blue Marguerite #6D64AC

Tints of Blue Marguerite #6D64AC

Color information

#6D64AC (or 0x6D64AC) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 64 and AC. RGB value is (109,100,172). Sum of RGB (Red+Green+Blue) = 109+100+172=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D64AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D64AC is #929B53. Grayscale: #6E6E6E. Windows color (decimal): -9608020 or 11297901. OLE color: 11297901.

HSL color Cylindrical-coordinate representation of color #6D64AC: hue angle of 247.5º 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 #6D64AC is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB109100172-
CMYK0.370.4200.33
HSL247.5º30.25%53.33%-
HSV(B)247.5º41.86%67.45%-
XYZ18.3115.3441.03-
YUV110.9162.48126.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.61%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=28.61%
G=26.25%
B=45.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091001720.370.4200.33247.530.2553.33
Hex6D64AC252A021f81e35
Octal15514425445520413703665
Binary110110111001001010110010010110101001000011111100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D64AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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