#6B52AB

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

Shades of Blue Marguerite #6B52AB

Tints of Blue Marguerite #6B52AB

Color information

#6B52AB (or 0x6B52AB) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 52 and AB. RGB value is (107,82,171). Sum of RGB (Red+Green+Blue) = 107+82+171=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B52AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B52AB is #94AD54. Grayscale: #636363. Windows color (decimal): -9743701 or 11227755. OLE color: 11227755.

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

Color convert

RGB10782171-
CMYK0.370.5200.33
HSL256.85º35.18%49.61%-
HSV(B)256.85º52.05%67.06%-
XYZ16.4312.140-
YUV99.62168.28133.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 82 (32.42% from 255) = 22.78%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=29.72%
G=22.78%
B=47.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107821710.370.5200.33256.8535.1849.61
Hex6B52AB25340211012332
Octal15312225345640414014362
Binary11010111010010101010111001011101000100001100000001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B52AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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