#6559AE

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

Shades of Blue Marguerite #6559AE

Tints of Blue Marguerite #6559AE

Color information

#6559AE (or 0x6559AE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 59 and AE. RGB value is (101,89,174). Sum of RGB (Red+Green+Blue) = 101+89+174=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #6559AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6559AE is #9AA651. Grayscale: #656565. Windows color (decimal): -10135122 or 11426149. OLE color: 11426149.

HSL color Cylindrical-coordinate representation of color #6559AE: hue angle of 248.47º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6559AE is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10189174-
CMYK0.420.4900.32
HSL248.47º34.41%51.57%-
HSV(B)248.47º48.85%68.24%-
XYZ16.5812.9741.67-
YUV102.28168.48127.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=27.75%
G=24.45%
B=47.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101891740.420.4900.32248.4734.4151.57
Hex6559AE2A31020f82234
Octal14513125652610403704264
Binary1100101101100110101110101010110001010000011111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6559AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6559AE; }

 p { color: rgb(101,89,174); }

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

<style>
 a { background-color: #6559AE; }

 a { background-color: rgb(101,89,174); }

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

<style>
 span { border-color: #6559AE; }

 span { border-color: rgb(101,89,174); }

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