#6552AB

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

Shades of Blue Marguerite #6552AB

Tints of Blue Marguerite #6552AB

Color information

#6552AB (or 0x6552AB) is unknown color: approx Blue Marguerite. HEX triplet: 65, 52 and AB. RGB value is (101,82,171). Sum of RGB (Red+Green+Blue) = 101+82+171=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #6552AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6552AB is #9AAD54. Grayscale: #616161. Windows color (decimal): -10136917 or 11227749. OLE color: 11227749.

HSL color Cylindrical-coordinate representation of color #6552AB: hue angle of 252.81º 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 #6552AB is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10182171-
CMYK0.410.5200.33
HSL252.81º35.18%49.61%-
HSV(B)252.81º52.05%67.06%-
XYZ15.7311.7439.97-
YUV97.83169.29130.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=28.53%
G=23.16%
B=48.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101821710.410.5200.33252.8135.1849.61
Hex6552AB2934021fd2332
Octal14512225351640413754362
Binary1100101101001010101011101001110100010000111111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6552AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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