#615AB7

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

Shades of Blue Marguerite #615AB7

Tints of Blue Marguerite #615AB7

Color information

#615AB7 (or 0x615AB7) is unknown color: approx Blue Marguerite. HEX triplet: 61, 5A and B7. RGB value is (97,90,183). Sum of RGB (Red+Green+Blue) = 97+90+183=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: blue. Hex color #615AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615AB7 is #9EA548. Grayscale: #666666. Windows color (decimal): -10397001 or 12016225. OLE color: 12016225.

HSL color Cylindrical-coordinate representation of color #615AB7: hue angle of 244.52º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #615AB7 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9790183-
CMYK0.470.5100.28
HSL244.52º39.24%53.53%-
HSV(B)244.52º50.82%71.76%-
XYZ17.1313.2746.46-
YUV102.7173.32123.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 183 (71.88% from 255) = 49.46%
R=26.22%
G=24.32%
B=49.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal97901830.470.5100.28244.5239.2453.53
Hex615AB72F3301Cf52736
Octal14113226757630343654766
Binary110000110110101011011110111111001101110011110101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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