#614DBD

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

Shades of Blue Marguerite #614DBD

Tints of Blue Marguerite #614DBD

Color information

#614DBD (or 0x614DBD) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4D and BD. RGB value is (97,77,189). Sum of RGB (Red+Green+Blue) = 97+77+189=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #614DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DBD is #9EB242. Grayscale: #5F5F5F. Windows color (decimal): -10400323 or 12406113. OLE color: 12406113.

HSL color Cylindrical-coordinate representation of color #614DBD: hue angle of 250.71º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #614DBD is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9777189-
CMYK0.490.5900.26
HSL250.71º45.9%52.16%-
HSV(B)250.71º59.26%74.12%-
XYZ16.7711.5249.48-
YUV95.75180.63128.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=26.72%
G=21.21%
B=52.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97771890.490.5900.26250.7145.952.16
Hex614DBD313B01Afb2e34
Octal14111527561730323735664
Binary110000110011011011110111000111101101101011111011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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