#614FAC

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

Shades of Blue Marguerite #614FAC

Tints of Blue Marguerite #614FAC

Color information

#614FAC (or 0x614FAC) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4F and AC. RGB value is (97,79,172). Sum of RGB (Red+Green+Blue) = 97+79+172=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #614FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614FAC is #9EB053. Grayscale: #5E5E5E. Windows color (decimal): -10399828 or 11292513. OLE color: 11292513.

HSL color Cylindrical-coordinate representation of color #614FAC: hue angle of 251.61º 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 #614FAC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9779172-
CMYK0.440.5400.33
HSL251.61º37.05%49.22%-
HSV(B)251.61º54.07%67.45%-
XYZ15.1711.1140.37-
YUV94.98171.46129.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=27.87%
G=22.70%
B=49.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97791720.440.5400.33251.6137.0549.22
Hex614FAC2C36021fc2531
Octal14111725454660413744561
Binary1100001100111110101100101100110110010000111111100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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