#615DBE

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

Shades of Blue Marguerite #615DBE

Tints of Blue Marguerite #615DBE

Color information

#615DBE (or 0x615DBE) is unknown color: approx Blue Marguerite. HEX triplet: 61, 5D and BE. RGB value is (97,93,190). Sum of RGB (Red+Green+Blue) = 97+93+190=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #615DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DBE is #9EA241. Grayscale: #686868. Windows color (decimal): -10396226 or 12475745. OLE color: 12475745.

HSL color Cylindrical-coordinate representation of color #615DBE: hue angle of 242.47º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #615DBE is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9793190-
CMYK0.490.5100.25
HSL242.47º42.73%55.49%-
HSV(B)242.47º51.05%74.51%-
XYZ18.1414.0950.48-
YUV105.25175.83122.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 93 (36.72% from 255) = 24.47%
BLUE value IS 190 (74.61% from 255) = 50%
R=25.53%
G=24.47%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97931900.490.5100.25242.4742.7355.49
Hex615DBE3133019f22b37
Octal14113527661630313625367
Binary110000110111011011111011000111001101100111110010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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