#614CA6

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

Shades of Blue Marguerite #614CA6

Tints of Blue Marguerite #614CA6

Color information

#614CA6 (or 0x614CA6) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4C and A6. RGB value is (97,76,166). Sum of RGB (Red+Green+Blue) = 97+76+166=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 166 (65.23% from 255 or 48.97% from 339); Max value from RGB is 166 - color contains mainly: blue. Hex color #614CA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614CA6 is #9EB359. Grayscale: #5C5C5C. Windows color (decimal): -10400602 or 10898529. OLE color: 10898529.

HSL color Cylindrical-coordinate representation of color #614CA6: hue angle of 254º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #614CA6 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9776166-
CMYK0.420.5400.35
HSL254º37.19%47.45%-
HSV(B)254º54.22%65.1%-
XYZ14.410.4637.34-
YUV92.54169.46131.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 166 (65.23% from 255) = 48.97%
R=28.61%
G=22.42%
B=48.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97761660.420.5400.3525437.1947.45
Hex614CA62A36023fe252f
Octal14111424652660433764557
Binary1100001100110010100110101010110110010001111111110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,76,166); }

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

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

 a { background-color: rgb(97,76,166); }

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

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

 span { border-color: rgb(97,76,166); }

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