#6051BA

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

Shades of Blue Marguerite #6051BA

Tints of Blue Marguerite #6051BA

Color information

#6051BA (or 0x6051BA) is unknown color: approx Blue Marguerite. HEX triplet: 60, 51 and BA. RGB value is (96,81,186). Sum of RGB (Red+Green+Blue) = 96+81+186=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #6051BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051BA is #9FAE45. Grayscale: #616161. Windows color (decimal): -10464838 or 12210528. OLE color: 12210528.

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

Color convert

RGB9681186-
CMYK0.480.5600.27
HSL248.57º43.21%52.35%-
HSV(B)248.57º56.45%72.94%-
XYZ16.6311.9247.88-
YUV97.46177.97126.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=26.45%
G=22.31%
B=51.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96811860.480.5600.27248.5743.2152.35
Hex6051BA303801Bf92b34
Octal14012127260700333715364
Binary110000010100011011101011000011100001101111111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6051BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,81,186); }

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

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

 a { background-color: rgb(96,81,186); }

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

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

 span { border-color: rgb(96,81,186); }

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