#6157AE

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

Shades of Blue Marguerite #6157AE

Tints of Blue Marguerite #6157AE

Color information

#6157AE (or 0x6157AE) is unknown color: approx Blue Marguerite. HEX triplet: 61, 57 and AE. RGB value is (97,87,174). Sum of RGB (Red+Green+Blue) = 97+87+174=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #6157AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6157AE is #9EA851. Grayscale: #636363. Windows color (decimal): -10397778 or 11425633. OLE color: 11425633.

HSL color Cylindrical-coordinate representation of color #6157AE: hue angle of 246.9º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6157AE is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9787174-
CMYK0.440.500.32
HSL246.9º34.94%51.18%-
HSV(B)246.9º50%68.24%-
XYZ15.9812.4141.6-
YUV99.91169.81125.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=27.09%
G=24.30%
B=48.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97871740.440.500.32246.934.9451.18
Hex6157AE2C32020f72333
Octal14112725654620403674363
Binary1100001101011110101110101100110010010000011110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6157AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6157AE; }

 p { color: rgb(97,87,174); }

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

<style>
 a { background-color: #6157AE; }

 a { background-color: rgb(97,87,174); }

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

<style>
 span { border-color: #6157AE; }

 span { border-color: rgb(97,87,174); }

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