#6153AB

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

Shades of Blue Marguerite #6153AB

Tints of Blue Marguerite #6153AB

Color information

#6153AB (or 0x6153AB) is unknown color: approx Blue Marguerite. HEX triplet: 61, 53 and AB. RGB value is (97,83,171). Sum of RGB (Red+Green+Blue) = 97+83+171=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #6153AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6153AB is #9EAC54. Grayscale: #606060. Windows color (decimal): -10398805 or 11228001. OLE color: 11228001.

HSL color Cylindrical-coordinate representation of color #6153AB: hue angle of 249.55º degrees, saturation: 0.35, 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 #6153AB is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9783171-
CMYK0.430.5100.33
HSL249.55º34.65%49.8%-
HSV(B)249.55º51.46%67.06%-
XYZ15.3711.6739.97-
YUV97.22169.64127.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=27.64%
G=23.65%
B=48.72%

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
Decimal97831710.430.5100.33249.5534.6549.8
Hex6153AB2B33021fa2332
Octal14112325353630413724362
Binary1100001101001110101011101011110011010000111111010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6153AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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