#614AAB

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

Shades of Blue Marguerite #614AAB

Tints of Blue Marguerite #614AAB

Color information

#614AAB (or 0x614AAB) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4A and AB. RGB value is (97,74,171). Sum of RGB (Red+Green+Blue) = 97+74+171=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #614AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614AAB is #9EB554. Grayscale: #5B5B5B. Windows color (decimal): -10401109 or 11225697. OLE color: 11225697.

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

Color convert

RGB9774171-
CMYK0.430.5700.33
HSL254.23º39.59%48.04%-
HSV(B)254.23º56.73%67.06%-
XYZ14.7310.3839.76-
YUV91.94172.62131.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 74 (29.30% from 255) = 21.64%
BLUE value IS 171 (67.19% from 255) = 50%
R=28.36%
G=21.64%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97741710.430.5700.33254.2339.5948.04
Hex614AAB2B39021fe2830
Octal14111225353710413765060
Binary1100001100101010101011101011111001010000111111110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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