#614DA3

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

Shades of Blue Marguerite #614DA3

Tints of Blue Marguerite #614DA3

Color information

#614DA3 (or 0x614DA3) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4D and A3. RGB value is (97,77,163). Sum of RGB (Red+Green+Blue) = 97+77+163=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 163 - color contains mainly: blue. Hex color #614DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614DA3 is #9EB25C. Grayscale: #5C5C5C. Windows color (decimal): -10400349 or 10702177. OLE color: 10702177.

HSL color Cylindrical-coordinate representation of color #614DA3: hue angle of 253.95º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #614DA3 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9777163-
CMYK0.400.5300.36
HSL253.95º35.83%47.06%-
HSV(B)253.95º52.76%63.92%-
XYZ14.1910.4935.93-
YUV92.78167.63131.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 163 (64.06% from 255) = 48.37%
R=28.78%
G=22.85%
B=48.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97771630.400.5300.36253.9535.8347.06
Hex614DA32835024fe242f
Octal14111524350650443764457
Binary1100001100110110100011101000110101010010011111110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,77,163); }

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

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

 a { background-color: rgb(97,77,163); }

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

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

 span { border-color: rgb(97,77,163); }

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