#614BAE

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

Shades of Blue Marguerite #614BAE

Tints of Blue Marguerite #614BAE

Color information

#614BAE (or 0x614BAE) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4B and AE. RGB value is (97,75,174). Sum of RGB (Red+Green+Blue) = 97+75+174=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #614BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614BAE is #9EB451. Grayscale: #5C5C5C. Windows color (decimal): -10400850 or 11422561. OLE color: 11422561.

HSL color Cylindrical-coordinate representation of color #614BAE: hue angle of 253.33º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #614BAE is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9775174-
CMYK0.440.5700.32
HSL253.33º39.76%48.82%-
HSV(B)253.33º56.9%68.24%-
XYZ15.0910.6341.3-
YUV92.86173.79130.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=28.03%
G=21.68%
B=50.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97751740.440.5700.32253.3339.7648.82
Hex614BAE2C39020fd2831
Octal14111325654710403755061
Binary1100001100101110101110101100111001010000011111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,75,174); }

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

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

 a { background-color: rgb(97,75,174); }

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

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

 span { border-color: rgb(97,75,174); }

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