#6153BA

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

Shades of Blue Marguerite #6153BA

Tints of Blue Marguerite #6153BA

Color information

#6153BA (or 0x6153BA) is unknown color: approx Blue Marguerite. HEX triplet: 61, 53 and BA. RGB value is (97,83,186). Sum of RGB (Red+Green+Blue) = 97+83+186=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #6153BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153BA is #9EAC45. Grayscale: #626262. Windows color (decimal): -10398790 or 12211041. OLE color: 12211041.

HSL color Cylindrical-coordinate representation of color #6153BA: hue angle of 248.16º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6153BA is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9783186-
CMYK0.480.5500.27
HSL248.16º42.74%52.75%-
HSV(B)248.16º55.38%72.94%-
XYZ16.8912.2747.93-
YUV98.93177.14126.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=26.50%
G=22.68%
B=50.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97831860.480.5500.27248.1642.7452.75
Hex6153BA303701Bf82b35
Octal14112327260670333705365
Binary110000110100111011101011000011011101101111111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6153BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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