#614FAB

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

Shades of Blue Marguerite #614FAB

Tints of Blue Marguerite #614FAB

Color information

#614FAB (or 0x614FAB) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4F and AB. RGB value is (97,79,171). Sum of RGB (Red+Green+Blue) = 97+79+171=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #614FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614FAB is #9EB054. Grayscale: #5E5E5E. Windows color (decimal): -10399829 or 11226977. OLE color: 11226977.

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

Color convert

RGB9779171-
CMYK0.430.5400.33
HSL251.74º36.8%49.02%-
HSV(B)251.74º53.8%67.06%-
XYZ15.0811.0739.87-
YUV94.87170.96129.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 171 (67.19% from 255) = 49.28%
R=27.95%
G=22.77%
B=49.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97791710.430.5400.33251.7436.849.02
Hex614FAB2B36021fc2531
Octal14111725353660413744561
Binary1100001100111110101011101011110110010000111111100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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