#6A52AA

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

Shades of Blue Marguerite #6A52AA

Tints of Blue Marguerite #6A52AA

Color information

#6A52AA (or 0x6A52AA) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 52 and AA. RGB value is (106,82,170). Sum of RGB (Red+Green+Blue) = 106+82+170=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A52AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A52AA is #95AD55. Grayscale: #626262. Windows color (decimal): -9809238 or 11162218. OLE color: 11162218.

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

Color convert

RGB10682170-
CMYK0.380.5200.33
HSL256.36º34.92%49.41%-
HSV(B)256.36º51.76%66.67%-
XYZ16.221239.49-
YUV99.21167.95132.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.61%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=29.61%
G=22.91%
B=47.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106821700.380.5200.33256.3634.9249.41
Hex6A52AA26340211002331
Octal15212225246640414004361
Binary11010101010010101010101001101101000100001100000000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A52AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,82,170); }

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

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

 a { background-color: rgb(106,82,170); }

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

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

 span { border-color: rgb(106,82,170); }

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