#614ABB

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

Shades of Blue Marguerite #614ABB

Tints of Blue Marguerite #614ABB

Color information

#614ABB (or 0x614ABB) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4A and BB. RGB value is (97,74,187). Sum of RGB (Red+Green+Blue) = 97+74+187=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #614ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614ABB is #9EB544. Grayscale: #5D5D5D. Windows color (decimal): -10401093 or 12274273. OLE color: 12274273.

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

Color convert

RGB9774187-
CMYK0.480.6000.27
HSL252.21º45.38%51.18%-
HSV(B)252.21º60.43%73.33%-
XYZ16.3511.0348.28-
YUV93.76180.62130.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 74 (29.30% from 255) = 20.67%
BLUE value IS 187 (73.44% from 255) = 52.23%
R=27.09%
G=20.67%
B=52.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97741870.480.6000.27252.2145.3851.18
Hex614ABB303C01Bfc2d33
Octal14111227360740333745563
Binary110000110010101011101111000011110001101111111100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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