#614DAB

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

Shades of Blue Marguerite #614DAB

Tints of Blue Marguerite #614DAB

Color information

#614DAB (or 0x614DAB) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4D and AB. RGB value is (97,77,171). Sum of RGB (Red+Green+Blue) = 97+77+171=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #614DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614DAB is #9EB254. Grayscale: #5D5D5D. Windows color (decimal): -10400341 or 11226465. OLE color: 11226465.

HSL color Cylindrical-coordinate representation of color #614DAB: hue angle of 252.77º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #614DAB is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9777171-
CMYK0.430.5500.33
HSL252.77º37.9%48.63%-
HSV(B)252.77º54.97%67.06%-
XYZ14.9310.7939.82-
YUV93.7171.63130.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 77 (30.47% from 255) = 22.32%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=28.12%
G=22.32%
B=49.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97771710.430.5500.33252.7737.948.63
Hex614DAB2B37021fd2631
Octal14111525353670413754661
Binary1100001100110110101011101011110111010000111111101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614DAB; }

 p { color: rgb(97,77,171); }

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

<style>
 a { background-color: #614DAB; }

 a { background-color: rgb(97,77,171); }

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

<style>
 span { border-color: #614DAB; }

 span { border-color: rgb(97,77,171); }

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