#6157BC

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

Shades of Blue Marguerite #6157BC

Tints of Blue Marguerite #6157BC

Color information

#6157BC (or 0x6157BC) is unknown color: approx Blue Marguerite. HEX triplet: 61, 57 and BC. RGB value is (97,87,188). Sum of RGB (Red+Green+Blue) = 97+87+188=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #6157BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6157BC is #9EA843. Grayscale: #656565. Windows color (decimal): -10397764 or 12343137. OLE color: 12343137.

HSL color Cylindrical-coordinate representation of color #6157BC: hue angle of 245.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6157BC is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9787188-
CMYK0.480.5400.26
HSL245.94º42.98%53.92%-
HSV(B)245.94º53.72%73.73%-
XYZ17.4212.9949.17-
YUV101.5176.81124.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 188 (73.83% from 255) = 50.54%
R=26.08%
G=23.39%
B=50.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97871880.480.5400.26245.9442.9853.92
Hex6157BC303601Af62b36
Octal14112727460660323665366
Binary110000110101111011110011000011011001101011110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6157BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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