#614FBA

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

Shades of Blue Marguerite #614FBA

Tints of Blue Marguerite #614FBA

Color information

#614FBA (or 0x614FBA) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4F and BA. RGB value is (97,79,186). Sum of RGB (Red+Green+Blue) = 97+79+186=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #614FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FBA is #9EB045. Grayscale: #606060. Windows color (decimal): -10399814 or 12210017. OLE color: 12210017.

HSL color Cylindrical-coordinate representation of color #614FBA: hue angle of 250.09º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #614FBA is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9779186-
CMYK0.480.5800.27
HSL250.09º43.67%51.96%-
HSV(B)250.09º57.53%72.94%-
XYZ16.5911.6847.83-
YUV96.58178.46128.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=26.80%
G=21.82%
B=51.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97791860.480.5800.27250.0943.6751.96
Hex614FBA303A01Bfa2c34
Octal14111727260720333725464
Binary110000110011111011101011000011101001101111111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,79,186); }

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

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

 a { background-color: rgb(97,79,186); }

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

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

 span { border-color: rgb(97,79,186); }

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