#6D60AA

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

Shades of Blue Marguerite #6D60AA

Tints of Blue Marguerite #6D60AA

Color information

#6D60AA (or 0x6D60AA) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 60 and AA. RGB value is (109,96,170). Sum of RGB (Red+Green+Blue) = 109+96+170=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D60AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D60AA is #929F55. Grayscale: #6C6C6C. Windows color (decimal): -9609046 or 11165805. OLE color: 11165805.

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

Color convert

RGB10996170-
CMYK0.360.4400.33
HSL250.54º30.33%52.16%-
HSV(B)250.54º43.53%66.67%-
XYZ17.7514.5239.9-
YUV108.32162.81128.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.07%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=29.07%
G=25.6%
B=45.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109961700.360.4400.33250.5430.3352.16
Hex6D60AA242C021fb1e34
Octal15514025244540413733664
Binary110110111000001010101010010010110001000011111101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,96,170); }

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

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

 a { background-color: rgb(109,96,170); }

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

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

 span { border-color: rgb(109,96,170); }

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