#6D69AE

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

Shades of Blue Marguerite #6D69AE

Tints of Blue Marguerite #6D69AE

Color information

#6D69AE (or 0x6D69AE) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 69 and AE. RGB value is (109,105,174). Sum of RGB (Red+Green+Blue) = 109+105+174=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D69AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D69AE is #929651. Grayscale: #717171. Windows color (decimal): -9606738 or 11430253. OLE color: 11430253.

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

Color convert

RGB109105174-
CMYK0.370.4000.32
HSL243.48º29.87%54.71%-
HSV(B)243.48º39.66%68.24%-
XYZ1916.4142.21-
YUV114.06161.83124.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.09%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=28.09%
G=27.06%
B=44.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091051740.370.4000.32243.4829.8754.71
Hex6D69AE2528020f31e37
Octal15515125645500403633667
Binary110110111010011010111010010110100001000001111001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D69AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,105,174); }

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

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

 a { background-color: rgb(109,105,174); }

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

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

 span { border-color: rgb(109,105,174); }

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