#6A60A9

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

Shades of Blue Marguerite #6A60A9

Tints of Blue Marguerite #6A60A9

Color information

#6A60A9 (or 0x6A60A9) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 60 and A9. RGB value is (106,96,169). Sum of RGB (Red+Green+Blue) = 106+96+169=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 169 - color contains mainly: blue. Hex color #6A60A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A60A9 is #959F56. Grayscale: #6B6B6B. Windows color (decimal): -9805655 or 11100266. OLE color: 11100266.

HSL color Cylindrical-coordinate representation of color #6A60A9: hue angle of 248.22º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A60A9 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10696169-
CMYK0.370.4300.34
HSL248.22º29.8%51.96%-
HSV(B)248.22º43.2%66.27%-
XYZ17.2914.2939.38-
YUV107.31162.81127.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.57%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 169 (66.41% from 255) = 45.55%
R=28.57%
G=25.88%
B=45.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal106961690.370.4300.34248.2229.851.96
Hex6A60A9252B022f81e34
Octal15214025145530423703664
Binary110101011000001010100110010110101101000101111100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A60A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,96,169); }

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

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

 a { background-color: rgb(106,96,169); }

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

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

 span { border-color: rgb(106,96,169); }

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