#6552BA

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

Shades of Blue Marguerite #6552BA

Tints of Blue Marguerite #6552BA

Color information

#6552BA (or 0x6552BA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 52 and BA. RGB value is (101,82,186). Sum of RGB (Red+Green+Blue) = 101+82+186=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #6552BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552BA is #9AAD45. Grayscale: #636363. Windows color (decimal): -10136902 or 12210789. OLE color: 12210789.

HSL color Cylindrical-coordinate representation of color #6552BA: hue angle of 250.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6552BA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10182186-
CMYK0.460.5600.27
HSL250.96º42.98%52.55%-
HSV(B)250.96º55.91%72.94%-
XYZ17.2512.3547.93-
YUV99.54176.79129.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=27.37%
G=22.22%
B=50.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101821860.460.5600.27250.9642.9852.55
Hex6552BA2E3801Bfb2b35
Octal14512227256700333735365
Binary110010110100101011101010111011100001101111111011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6552BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6552BA; }

 p { color: rgb(101,82,186); }

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

<style>
 a { background-color: #6552BA; }

 a { background-color: rgb(101,82,186); }

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

<style>
 span { border-color: #6552BA; }

 span { border-color: rgb(101,82,186); }

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