#6B53AA

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

Shades of Blue Marguerite #6B53AA

Tints of Blue Marguerite #6B53AA

Color information

#6B53AA (or 0x6B53AA) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 53 and AA. RGB value is (107,83,170). Sum of RGB (Red+Green+Blue) = 107+83+170=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B53AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B53AA is #94AC55. Grayscale: #636363. Windows color (decimal): -9743446 or 11162475. OLE color: 11162475.

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

Color convert

RGB10783170-
CMYK0.370.5100.33
HSL256.55º34.39%49.61%-
HSV(B)256.55º51.18%66.67%-
XYZ16.4112.2139.52-
YUV100.09167.45132.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=29.72%
G=23.06%
B=47.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107831700.370.5100.33256.5534.3949.61
Hex6B53AA25330211012232
Octal15312325245630414014262
Binary11010111010011101010101001011100110100001100000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B53AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,83,170); }

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

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

 a { background-color: rgb(107,83,170); }

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

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

 span { border-color: rgb(107,83,170); }

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