#6557AF

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

Shades of Blue Marguerite #6557AF

Tints of Blue Marguerite #6557AF

Color information

#6557AF (or 0x6557AF) is unknown color: approx Blue Marguerite. HEX triplet: 65, 57 and AF. RGB value is (101,87,175). Sum of RGB (Red+Green+Blue) = 101+87+175=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #6557AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6557AF is #9AA850. Grayscale: #646464. Windows color (decimal): -10135633 or 11491173. OLE color: 11491173.

HSL color Cylindrical-coordinate representation of color #6557AF: hue angle of 249.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6557AF is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10187175-
CMYK0.420.5000.31
HSL249.55º35.48%51.37%-
HSV(B)249.55º50.29%68.63%-
XYZ16.5112.6842.13-
YUV101.22169.64127.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=27.82%
G=23.97%
B=48.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101871750.420.5000.31249.5535.4851.37
Hex6557AF2A3201Ffa2333
Octal14512725752620373724363
Binary110010110101111010111110101011001001111111111010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6557AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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