#615EBC

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

Shades of Blue Marguerite #615EBC

Tints of Blue Marguerite #615EBC

Color information

#615EBC (or 0x615EBC) is unknown color: approx Blue Marguerite. HEX triplet: 61, 5E and BC. RGB value is (97,94,188). Sum of RGB (Red+Green+Blue) = 97+94+188=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #615EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EBC is #9EA143. Grayscale: #696969. Windows color (decimal): -10395972 or 12344929. OLE color: 12344929.

HSL color Cylindrical-coordinate representation of color #615EBC: hue angle of 241.91º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #615EBC is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9794188-
CMYK0.480.5000.26
HSL241.91º41.23%55.29%-
HSV(B)241.91º50%73.73%-
XYZ18.0114.1849.36-
YUV105.61174.49121.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.59%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=25.59%
G=24.80%
B=49.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97941880.480.5000.26241.9141.2355.29
Hex615EBC303201Af22937
Octal14113627460620323625167
Binary110000110111101011110011000011001001101011110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615EBC; }

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

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

<style>
 a { background-color: #615EBC; }

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

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

<style>
 span { border-color: #615EBC; }

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

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