#615AB2

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

Shades of Blue Marguerite #615AB2

Tints of Blue Marguerite #615AB2

Color information

#615AB2 (or 0x615AB2) is unknown color: approx Blue Marguerite. HEX triplet: 61, 5A and B2. RGB value is (97,90,178). Sum of RGB (Red+Green+Blue) = 97+90+178=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #615AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615AB2 is #9EA54D. Grayscale: #656565. Windows color (decimal): -10397006 or 11688545. OLE color: 11688545.

HSL color Cylindrical-coordinate representation of color #615AB2: hue angle of 244.77º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #615AB2 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9790178-
CMYK0.460.4900.30
HSL244.77º36.36%52.55%-
HSV(B)244.77º49.44%69.8%-
XYZ16.6213.0743.77-
YUV102.12170.82124.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 178 (69.92% from 255) = 48.77%
R=26.58%
G=24.66%
B=48.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97901780.460.4900.30244.7736.3652.55
Hex615AB22E3101Ef52435
Octal14113226256610363654465
Binary110000110110101011001010111011000101111011110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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