#614FB1

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

Shades of Blue Marguerite #614FB1

Tints of Blue Marguerite #614FB1

Color information

#614FB1 (or 0x614FB1) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4F and B1. RGB value is (97,79,177). Sum of RGB (Red+Green+Blue) = 97+79+177=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #614FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614FB1 is #9EB04E. Grayscale: #5F5F5F. Windows color (decimal): -10399823 or 11620193. OLE color: 11620193.

HSL color Cylindrical-coordinate representation of color #614FB1: hue angle of 251.02º degrees, saturation: 0.39, 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 #614FB1 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9779177-
CMYK0.450.5500.31
HSL251.02º38.58%50.2%-
HSV(B)251.02º55.37%69.41%-
XYZ15.6611.3142.95-
YUV95.55173.96129.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=27.48%
G=22.38%
B=50.14%

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
Decimal97791770.450.5500.31251.0238.5850.2
Hex614FB12D3701Ffb2732
Octal14111726155670373734762
Binary110000110011111011000110110111011101111111111011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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