#614FB4

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

Shades of Blue Marguerite #614FB4

Tints of Blue Marguerite #614FB4

Color information

#614FB4 (or 0x614FB4) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4F and B4. RGB value is (97,79,180). Sum of RGB (Red+Green+Blue) = 97+79+180=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #614FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FB4 is #9EB04B. Grayscale: #5F5F5F. Windows color (decimal): -10399820 or 11816801. OLE color: 11816801.

HSL color Cylindrical-coordinate representation of color #614FB4: hue angle of 250.69º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #614FB4 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9779180-
CMYK0.460.5600.29
HSL250.69º40.24%50.78%-
HSV(B)250.69º56.11%70.59%-
XYZ15.9611.4344.54-
YUV95.9175.46128.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 180 (70.70% from 255) = 50.56%
R=27.25%
G=22.19%
B=50.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97791800.460.5600.29250.6940.2450.78
Hex614FB42E3801Dfb2833
Octal14111726456700353735063
Binary110000110011111011010010111011100001110111111011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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