#614ABE

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

Shades of Blue Marguerite #614ABE

Tints of Blue Marguerite #614ABE

Color information

#614ABE (or 0x614ABE) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4A and BE. RGB value is (97,74,190). Sum of RGB (Red+Green+Blue) = 97+74+190=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #614ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614ABE is #9EB541. Grayscale: #5D5D5D. Windows color (decimal): -10401090 or 12470881. OLE color: 12470881.

HSL color Cylindrical-coordinate representation of color #614ABE: hue angle of 251.9º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614ABE is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9774190-
CMYK0.490.6100.25
HSL251.9º47.15%51.76%-
HSV(B)251.9º61.05%74.51%-
XYZ16.6711.1649.99-
YUV94.1182.12130.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=26.87%
G=20.50%
B=52.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97741900.490.6100.25251.947.1551.76
Hex614ABE313D019fc2f34
Octal14111227661750313745764
Binary110000110010101011111011000111110101100111111100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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