#6555AB

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

Shades of Blue Marguerite #6555AB

Tints of Blue Marguerite #6555AB

Color information

#6555AB (or 0x6555AB) is unknown color: approx Blue Marguerite. HEX triplet: 65, 55 and AB. RGB value is (101,85,171). Sum of RGB (Red+Green+Blue) = 101+85+171=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #6555AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6555AB is #9AAA54. Grayscale: #636363. Windows color (decimal): -10136149 or 11228517. OLE color: 11228517.

HSL color Cylindrical-coordinate representation of color #6555AB: hue angle of 251.16º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6555AB is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10185171-
CMYK0.410.5000.33
HSL251.16º33.86%50.2%-
HSV(B)251.16º50.29%67.06%-
XYZ15.9712.240.04-
YUV99.59168.3129.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=28.29%
G=23.81%
B=47.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101851710.410.5000.33251.1633.8650.2
Hex6555AB2932021fb2232
Octal14512525351620413734262
Binary1100101101010110101011101001110010010000111111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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