#6153AD

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

Shades of Blue Marguerite #6153AD

Tints of Blue Marguerite #6153AD

Color information

#6153AD (or 0x6153AD) is unknown color: approx Blue Marguerite. HEX triplet: 61, 53 and AD. RGB value is (97,83,173). Sum of RGB (Red+Green+Blue) = 97+83+173=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #6153AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6153AD is #9EAC52. Grayscale: #616161. Windows color (decimal): -10398803 or 11359073. OLE color: 11359073.

HSL color Cylindrical-coordinate representation of color #6153AD: hue angle of 249.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6153AD is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9783173-
CMYK0.440.5200.32
HSL249.33º35.43%50.2%-
HSV(B)249.33º52.02%67.84%-
XYZ15.5711.7540.98-
YUV97.45170.64127.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 83 (32.81% from 255) = 23.51%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=27.48%
G=23.51%
B=49.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97831730.440.5200.32249.3335.4350.2
Hex6153AD2C34020f92332
Octal14112325554640403714362
Binary1100001101001110101101101100110100010000011111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6153AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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