#614DB6

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

Shades of Blue Marguerite #614DB6

Tints of Blue Marguerite #614DB6

Color information

#614DB6 (or 0x614DB6) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4D and B6. RGB value is (97,77,182). Sum of RGB (Red+Green+Blue) = 97+77+182=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #614DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DB6 is #9EB249. Grayscale: #5E5E5E. Windows color (decimal): -10400330 or 11947361. OLE color: 11947361.

HSL color Cylindrical-coordinate representation of color #614DB6: hue angle of 251.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #614DB6 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9777182-
CMYK0.470.5800.29
HSL251.43º41.83%50.78%-
HSV(B)251.43º57.69%71.37%-
XYZ16.0311.2345.58-
YUV94.95177.13129.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 77 (30.47% from 255) = 21.63%
BLUE value IS 182 (71.48% from 255) = 51.12%
R=27.25%
G=21.63%
B=51.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97771820.470.5800.29251.4341.8350.78
Hex614DB62F3A01Dfb2a33
Octal14111526657720353735263
Binary110000110011011011011010111111101001110111111011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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