#6B53AB

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

Shades of Blue Marguerite #6B53AB

Tints of Blue Marguerite #6B53AB

Color information

#6B53AB (or 0x6B53AB) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 53 and AB. RGB value is (107,83,171). Sum of RGB (Red+Green+Blue) = 107+83+171=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B53AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B53AB is #94AC54. Grayscale: #636363. Windows color (decimal): -9743445 or 11228011. OLE color: 11228011.

HSL color Cylindrical-coordinate representation of color #6B53AB: hue angle of 256.36º degrees, saturation: 0.35, 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 #6B53AB is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10783171-
CMYK0.370.5100.33
HSL256.36º34.65%49.8%-
HSV(B)256.36º51.46%67.06%-
XYZ16.5112.2540.02-
YUV100.21167.95132.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.64%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=29.64%
G=22.99%
B=47.37%

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
Decimal107831710.370.5100.33256.3634.6549.8
Hex6B53AB25330211002332
Octal15312325345630414004362
Binary11010111010011101010111001011100110100001100000000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B53AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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