#614EBD

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

Shades of Blue Marguerite #614EBD

Tints of Blue Marguerite #614EBD

Color information

#614EBD (or 0x614EBD) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4E and BD. RGB value is (97,78,189). Sum of RGB (Red+Green+Blue) = 97+78+189=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #614EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EBD is #9EB142. Grayscale: #5F5F5F. Windows color (decimal): -10400067 or 12406369. OLE color: 12406369.

HSL color Cylindrical-coordinate representation of color #614EBD: hue angle of 250.27º 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 #614EBD is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9778189-
CMYK0.490.5900.26
HSL250.27º45.68%52.35%-
HSV(B)250.27º58.73%74.12%-
XYZ16.8411.6649.51-
YUV96.33180.29128.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=26.65%
G=21.43%
B=51.92%

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
Decimal97781890.490.5900.26250.2745.6852.35
Hex614EBD313B01Afa2e34
Octal14111627561730323725664
Binary110000110011101011110111000111101101101011111010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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