#6555AA

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

Shades of Blue Marguerite #6555AA

Tints of Blue Marguerite #6555AA

Color information

#6555AA (or 0x6555AA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 55 and AA. RGB value is (101,85,170). Sum of RGB (Red+Green+Blue) = 101+85+170=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #6555AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6555AA is #9AAA55. Grayscale: #636363. Windows color (decimal): -10136150 or 11162981. OLE color: 11162981.

HSL color Cylindrical-coordinate representation of color #6555AA: hue angle of 251.29º degrees, saturation: 0.33, 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 #6555AA is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10185170-
CMYK0.410.5000.33
HSL251.29º33.33%50%-
HSV(B)251.29º50%66.67%-
XYZ15.8712.1739.54-
YUV99.47167.8129.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.37%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=28.37%
G=23.88%
B=47.75%

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
Decimal101851700.410.5000.33251.2933.3350
Hex6555AA2932021fb2132
Octal14512525251620413734162
Binary1100101101010110101010101001110010010000111111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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