#6A54A9

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

Shades of Blue Marguerite #6A54A9

Tints of Blue Marguerite #6A54A9

Color information

#6A54A9 (or 0x6A54A9) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 54 and A9. RGB value is (106,84,169). Sum of RGB (Red+Green+Blue) = 106+84+169=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 169 (66.41% from 255 or 47.08% from 359); Max value from RGB is 169 - color contains mainly: blue. Hex color #6A54A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A54A9 is #95AB56. Grayscale: #636363. Windows color (decimal): -9808727 or 11097194. OLE color: 11097194.

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

Color convert

RGB10684169-
CMYK0.370.5000.34
HSL255.53º33.6%49.61%-
HSV(B)255.53º50.3%66.27%-
XYZ16.2812.2739.05-
YUV100.27166.79132.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 169 (66.41% from 255) = 47.08%
R=29.53%
G=23.40%
B=47.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal106841690.370.5000.34255.5333.649.61
Hex6A54A925320221002232
Octal15212425145620424004262
Binary11010101010100101010011001011100100100010100000000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A54A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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