#6154AB

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

Shades of Blue Marguerite #6154AB

Tints of Blue Marguerite #6154AB

Color information

#6154AB (or 0x6154AB) is unknown color: approx Blue Marguerite. HEX triplet: 61, 54 and AB. RGB value is (97,84,171). Sum of RGB (Red+Green+Blue) = 97+84+171=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #6154AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6154AB is #9EAB54. Grayscale: #616161. Windows color (decimal): -10398549 or 11228257. OLE color: 11228257.

HSL color Cylindrical-coordinate representation of color #6154AB: hue angle of 248.97º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6154AB is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9784171-
CMYK0.430.5100.33
HSL248.97º34.12%50%-
HSV(B)248.97º50.88%67.06%-
XYZ15.4511.8240-
YUV97.8169.31127.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=27.56%
G=23.86%
B=48.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97841710.430.5100.33248.9734.1250
Hex6154AB2B33021f92232
Octal14112425353630413714262
Binary1100001101010010101011101011110011010000111111001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6154AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6154AB; }

 p { color: rgb(97,84,171); }

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

<style>
 a { background-color: #6154AB; }

 a { background-color: rgb(97,84,171); }

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

<style>
 span { border-color: #6154AB; }

 span { border-color: rgb(97,84,171); }

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