#614BA6

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

Shades of Blue Marguerite #614BA6

Tints of Blue Marguerite #614BA6

Color information

#614BA6 (or 0x614BA6) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4B and A6. RGB value is (97,75,166). Sum of RGB (Red+Green+Blue) = 97+75+166=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 166 - color contains mainly: blue. Hex color #614BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614BA6 is #9EB459. Grayscale: #5B5B5B. Windows color (decimal): -10400858 or 10898273. OLE color: 10898273.

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

Color convert

RGB9775166-
CMYK0.420.5500.35
HSL254.51º37.76%47.25%-
HSV(B)254.51º54.82%65.1%-
XYZ14.3310.3337.31-
YUV91.95169.79131.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 166 (65.23% from 255) = 49.11%
R=28.70%
G=22.19%
B=49.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97751660.420.5500.35254.5137.7647.25
Hex614BA62A37023ff262f
Octal14111324652670433774657
Binary1100001100101110100110101010110111010001111111111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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