#6554AC

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

Shades of Blue Marguerite #6554AC

Tints of Blue Marguerite #6554AC

Color information

#6554AC (or 0x6554AC) is unknown color: approx Blue Marguerite. HEX triplet: 65, 54 and AC. RGB value is (101,84,172). Sum of RGB (Red+Green+Blue) = 101+84+172=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #6554AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6554AC is #9AAB53. Grayscale: #626262. Windows color (decimal): -10136404 or 11293797. OLE color: 11293797.

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

Color convert

RGB10184172-
CMYK0.410.5100.33
HSL251.59º34.65%50.2%-
HSV(B)251.59º51.16%67.45%-
XYZ15.9812.0940.52-
YUV99.12169.13129.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=28.29%
G=23.53%
B=48.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101841720.410.5100.33251.5934.6550.2
Hex6554AC2933021fc2332
Octal14512425451630413744362
Binary1100101101010010101100101001110011010000111111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6554AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6554AC; }

 p { color: rgb(101,84,172); }

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

<style>
 a { background-color: #6554AC; }

 a { background-color: rgb(101,84,172); }

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

<style>
 span { border-color: #6554AC; }

 span { border-color: rgb(101,84,172); }

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