#615bb5

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

Shades of Blue Marguerite #615BB5

Tints of Blue Marguerite #615BB5

Color information

#615BB5 (or 0x615BB5) is unknown color: approx Blue Marguerite. HEX triplet: 61, 5B and B5. RGB value is (97,91,181). Sum of RGB (Red+Green+Blue) = 97+91+181=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #615BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615BB5 is #9EA44A. Grayscale: #666666. Windows color (decimal): -10396747 or 11885409. OLE color: 11885409.

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

Color convert

RGB9791181-
CMYK0.460.5000.29
HSL244º37.82%53.33%-
HSV(B)244º49.72%70.98%-
XYZ17.0113.3645.4-
YUV103.05171.99123.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 91 (35.94% from 255) = 24.66%
BLUE value IS 181 (71.09% from 255) = 49.05%
R=26.29%
G=24.66%
B=49.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97911810.460.5000.2924437.8253.33
Hex615BB52E3201Df42635
Octal14113326556620353644665
Binary110000110110111011010110111011001001110111110100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,91,181); }

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

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

 a { background-color: rgb(97,91,181); }

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

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

 span { border-color: rgb(97,91,181); }

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