#614BAD

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

Shades of Blue Marguerite #614BAD

Tints of Blue Marguerite #614BAD

Color information

#614BAD (or 0x614BAD) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4B and AD. RGB value is (97,75,173). Sum of RGB (Red+Green+Blue) = 97+75+173=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #614BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614BAD is #9EB452. Grayscale: #5C5C5C. Windows color (decimal): -10400851 or 11357025. OLE color: 11357025.

HSL color Cylindrical-coordinate representation of color #614BAD: hue angle of 253.47º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #614BAD is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9775173-
CMYK0.440.5700.32
HSL253.47º39.52%48.63%-
HSV(B)253.47º56.65%67.84%-
XYZ14.9910.5940.79-
YUV92.75173.29131.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=28.12%
G=21.74%
B=50.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97751730.440.5700.32253.4739.5248.63
Hex614BAD2C39020fd2831
Octal14111325554710403755061
Binary1100001100101110101101101100111001010000011111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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