#615DBA

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

Shades of Blue Marguerite #615DBA

Tints of Blue Marguerite #615DBA

Color information

#615DBA (or 0x615DBA) is unknown color: approx Blue Marguerite. HEX triplet: 61, 5D and BA. RGB value is (97,93,186). Sum of RGB (Red+Green+Blue) = 97+93+186=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #615DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DBA is #9EA245. Grayscale: #686868. Windows color (decimal): -10396230 or 12213601. OLE color: 12213601.

HSL color Cylindrical-coordinate representation of color #615DBA: hue angle of 242.58º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #615DBA is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9793186-
CMYK0.480.500.27
HSL242.58º40.26%54.71%-
HSV(B)242.58º50%72.94%-
XYZ17.7113.9248.21-
YUV104.8173.83122.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 93 (36.72% from 255) = 24.73%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=25.80%
G=24.73%
B=49.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97931860.480.500.27242.5840.2654.71
Hex615DBA303201Bf32837
Octal14113527260620333635067
Binary110000110111011011101011000011001001101111110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,93,186); }

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

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

 a { background-color: rgb(97,93,186); }

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

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

 span { border-color: rgb(97,93,186); }

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