#6D68AD

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

Shades of Blue Marguerite #6D68AD

Tints of Blue Marguerite #6D68AD

Color information

#6D68AD (or 0x6D68AD) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 68 and AD. RGB value is (109,104,173). Sum of RGB (Red+Green+Blue) = 109+104+173=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D68AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D68AD is #929752. Grayscale: #717171. Windows color (decimal): -9606995 or 11364461. OLE color: 11364461.

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

Color convert

RGB109104173-
CMYK0.370.4000.32
HSL244.35º29.61%54.31%-
HSV(B)244.35º39.88%67.84%-
XYZ18.816.1741.67-
YUV113.36161.66124.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.24%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=28.24%
G=26.94%
B=44.82%

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
Decimal1091041730.370.4000.32244.3529.6154.31
Hex6D68AD2528020f41e36
Octal15515025545500403643666
Binary110110111010001010110110010110100001000001111010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D68AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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