#6559be

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

Shades of Blue Marguerite #6559BE

Tints of Blue Marguerite #6559BE

Color information

#6559BE (or 0x6559BE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 59 and BE. RGB value is (101,89,190). Sum of RGB (Red+Green+Blue) = 101+89+190=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #6559BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6559BE is #9AA641. Grayscale: #676767. Windows color (decimal): -10135106 or 12474725. OLE color: 12474725.

HSL color Cylindrical-coordinate representation of color #6559BE: hue angle of 247.13º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6559BE is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10189190-
CMYK0.470.5300.25
HSL247.13º43.72%54.71%-
HSV(B)247.13º53.16%74.51%-
XYZ18.2313.6350.38-
YUV104.1176.48125.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 190 (74.61% from 255) = 50%
R=26.58%
G=23.42%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101891900.470.5300.25247.1343.7254.71
Hex6559BE2F35019f72c37
Octal14513127657650313675467
Binary110010110110011011111010111111010101100111110111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6559be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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