#6157B4

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

Shades of Blue Marguerite #6157B4

Tints of Blue Marguerite #6157B4

Color information

#6157B4 (or 0x6157B4) is unknown color: approx Blue Marguerite. HEX triplet: 61, 57 and B4. RGB value is (97,87,180). Sum of RGB (Red+Green+Blue) = 97+87+180=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 180 (70.70% from 255 or 49.45% from 364); Max value from RGB is 180 - color contains mainly: blue. Hex color #6157B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6157B4 is #9EA84B. Grayscale: #646464. Windows color (decimal): -10397772 or 11818849. OLE color: 11818849.

HSL color Cylindrical-coordinate representation of color #6157B4: hue angle of 246.45º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6157B4 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9787180-
CMYK0.460.5200.29
HSL246.45º38.27%52.35%-
HSV(B)246.45º51.67%70.59%-
XYZ16.5812.6544.75-
YUV100.59172.81125.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 180 (70.70% from 255) = 49.45%
R=26.65%
G=23.90%
B=49.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97871800.460.5200.29246.4538.2752.35
Hex6157B42E3401Df62634
Octal14112726456640353664664
Binary110000110101111011010010111011010001110111110110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6157B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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