#6557BB

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

Shades of Blue Marguerite #6557BB

Tints of Blue Marguerite #6557BB

Color information

#6557BB (or 0x6557BB) is unknown color: approx Blue Marguerite. HEX triplet: 65, 57 and BB. RGB value is (101,87,187). Sum of RGB (Red+Green+Blue) = 101+87+187=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #6557BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557BB is #9AA844. Grayscale: #666666. Windows color (decimal): -10135621 or 12277605. OLE color: 12277605.

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

Color convert

RGB10187187-
CMYK0.460.5300.27
HSL248.4º42.37%53.73%-
HSV(B)248.4º53.48%73.33%-
XYZ17.7413.1748.62-
YUV102.59175.64126.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=26.93%
G=23.2%
B=49.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101871870.460.5300.27248.442.3753.73
Hex6557BB2E3501Bf82a36
Octal14512727356650333705266
Binary110010110101111011101110111011010101101111111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6557BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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