#614EBB

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

Shades of Blue Marguerite #614EBB

Tints of Blue Marguerite #614EBB

Color information

#614EBB (or 0x614EBB) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4E and BB. RGB value is (97,78,187). Sum of RGB (Red+Green+Blue) = 97+78+187=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #614EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EBB is #9EB144. Grayscale: #5F5F5F. Windows color (decimal): -10400069 or 12275297. OLE color: 12275297.

HSL color Cylindrical-coordinate representation of color #614EBB: hue angle of 250.46º 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 #614EBB is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9778187-
CMYK0.480.5800.27
HSL250.46º44.49%51.96%-
HSV(B)250.46º58.29%73.33%-
XYZ16.6211.5848.37-
YUV96.11179.29128.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 78 (30.86% from 255) = 21.55%
BLUE value IS 187 (73.44% from 255) = 51.66%
R=26.80%
G=21.55%
B=51.66%

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
Decimal97781870.480.5800.27250.4644.4951.96
Hex614EBB303A01Bfa2c34
Octal14111627360720333725464
Binary110000110011101011101111000011101001101111111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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