#614BB1

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

Shades of Blue Marguerite #614BB1

Tints of Blue Marguerite #614BB1

Color information

#614BB1 (or 0x614BB1) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4B and B1. RGB value is (97,75,177). Sum of RGB (Red+Green+Blue) = 97+75+177=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #614BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614BB1 is #9EB44E. Grayscale: #5C5C5C. Windows color (decimal): -10400847 or 11619169. OLE color: 11619169.

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

Color convert

RGB9775177-
CMYK0.450.5800.31
HSL252.94º40.48%49.41%-
HSV(B)252.94º57.63%69.41%-
XYZ15.3810.7542.86-
YUV93.21175.29130.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 177 (69.53% from 255) = 50.72%
R=27.79%
G=21.49%
B=50.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97751770.450.5800.31252.9440.4849.41
Hex614BB12D3A01Ffd2831
Octal14111326155720373755061
Binary110000110010111011000110110111101001111111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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