#6557BE

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

Shades of Blue Marguerite #6557BE

Tints of Blue Marguerite #6557BE

Color information

#6557BE (or 0x6557BE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 57 and BE. RGB value is (101,87,190). Sum of RGB (Red+Green+Blue) = 101+87+190=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #6557BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557BE is #9AA841. Grayscale: #666666. Windows color (decimal): -10135618 or 12474213. OLE color: 12474213.

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

Color convert

RGB10187190-
CMYK0.470.5400.25
HSL248.16º44.21%54.31%-
HSV(B)248.16º54.21%74.51%-
XYZ18.0713.350.33-
YUV102.93177.14126.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=26.72%
G=23.02%
B=50.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101871900.470.5400.25248.1644.2154.31
Hex6557BE2F36019f82c36
Octal14512727657660313705466
Binary110010110101111011111010111111011001100111111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6557BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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