#614fb0

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

Shades of Blue Marguerite #614FB0

Tints of Blue Marguerite #614FB0

Color information

#614FB0 (or 0x614FB0) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4F and B0. RGB value is (97,79,176). Sum of RGB (Red+Green+Blue) = 97+79+176=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #614FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614FB0 is #9EB04F. Grayscale: #5F5F5F. Windows color (decimal): -10399824 or 11554657. OLE color: 11554657.

HSL color Cylindrical-coordinate representation of color #614FB0: hue angle of 251.13º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #614FB0 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9779176-
CMYK0.450.5500.31
HSL251.13º38.04%50%-
HSV(B)251.13º55.11%69.02%-
XYZ15.5611.2742.43-
YUV95.44173.46129.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 176 (69.14% from 255) = 50%
R=27.56%
G=22.44%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97791760.450.5500.31251.1338.0450
Hex614FB02D3701Ffb2632
Octal14111726055670373734662
Binary110000110011111011000010110111011101111111111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614fb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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