#6559BB

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

Shades of Blue Marguerite #6559BB

Tints of Blue Marguerite #6559BB

Color information

#6559BB (or 0x6559BB) is unknown color: approx Blue Marguerite. HEX triplet: 65, 59 and BB. RGB value is (101,89,187). Sum of RGB (Red+Green+Blue) = 101+89+187=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #6559BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6559BB is #9AA644. Grayscale: #676767. Windows color (decimal): -10135109 or 12278117. OLE color: 12278117.

HSL color Cylindrical-coordinate representation of color #6559BB: hue angle of 247.35º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6559BB is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10189187-
CMYK0.460.5200.27
HSL247.35º41.88%54.12%-
HSV(B)247.35º52.41%73.33%-
XYZ17.9113.548.68-
YUV103.76174.98126.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 187 (73.44% from 255) = 49.60%
R=26.79%
G=23.61%
B=49.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101891870.460.5200.27247.3541.8854.12
Hex6559BB2E3401Bf72a36
Octal14513127356640333675266
Binary110010110110011011101110111011010001101111110111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6559BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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