#614DBB

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

Shades of Blue Marguerite #614DBB

Tints of Blue Marguerite #614DBB

Color information

#614DBB (or 0x614DBB) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4D and BB. RGB value is (97,77,187). Sum of RGB (Red+Green+Blue) = 97+77+187=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #614DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DBB is #9EB244. Grayscale: #5F5F5F. Windows color (decimal): -10400325 or 12275041. OLE color: 12275041.

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

Color convert

RGB9777187-
CMYK0.480.5900.27
HSL250.91º44.72%51.76%-
HSV(B)250.91º58.82%73.33%-
XYZ16.5511.4448.35-
YUV95.52179.63129.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=26.87%
G=21.33%
B=51.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97771870.480.5900.27250.9144.7251.76
Hex614DBB303B01Bfb2d34
Octal14111527360730333735564
Binary110000110011011011101111000011101101101111111011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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