#6153A5

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

Shades of Blue Marguerite #6153A5

Tints of Blue Marguerite #6153A5

Color information

#6153A5 (or 0x6153A5) is unknown color: approx Blue Marguerite. HEX triplet: 61, 53 and A5. RGB value is (97,83,165). Sum of RGB (Red+Green+Blue) = 97+83+165=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #6153A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6153A5 is #9EAC5A. Grayscale: #606060. Windows color (decimal): -10398811 or 10834785. OLE color: 10834785.

HSL color Cylindrical-coordinate representation of color #6153A5: hue angle of 250.24º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6153A5 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9783165-
CMYK0.410.5000.35
HSL250.24º33.06%48.63%-
HSV(B)250.24º49.7%64.71%-
XYZ14.8111.4437.03-
YUV96.53166.64128.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 165 (64.84% from 255) = 47.83%
R=28.12%
G=24.06%
B=47.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97831650.410.5000.35250.2433.0648.63
Hex6153A52932023fa2131
Octal14112324551620433724161
Binary1100001101001110100101101001110010010001111111010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6153A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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