#615ABE

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

Shades of Blue Marguerite #615ABE

Tints of Blue Marguerite #615ABE

Color information

#615ABE (or 0x615ABE) is unknown color: approx Blue Marguerite. HEX triplet: 61, 5A and BE. RGB value is (97,90,190). Sum of RGB (Red+Green+Blue) = 97+90+190=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #615ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ABE is #9EA541. Grayscale: #676767. Windows color (decimal): -10396994 or 12474977. OLE color: 12474977.

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

Color convert

RGB9790190-
CMYK0.490.5300.25
HSL244.2º43.48%54.9%-
HSV(B)244.2º52.63%74.51%-
XYZ17.8813.5750.39-
YUV103.49176.82123.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=25.73%
G=23.87%
B=50.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97901900.490.5300.25244.243.4854.9
Hex615ABE3135019f42b37
Octal14113227661650313645367
Binary110000110110101011111011000111010101100111110100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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