#6054BA

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

Shades of Blue Marguerite #6054BA

Tints of Blue Marguerite #6054BA

Color information

#6054BA (or 0x6054BA) is unknown color: approx Blue Marguerite. HEX triplet: 60, 54 and BA. RGB value is (96,84,186). Sum of RGB (Red+Green+Blue) = 96+84+186=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 84 (33.20% from 255 or 22.95% 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 #6054BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6054BA is #9FAB45. Grayscale: #626262. Windows color (decimal): -10464070 or 12211296. OLE color: 12211296.

HSL color Cylindrical-coordinate representation of color #6054BA: hue angle of 247.06º degrees, saturation: 0.42, 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 #6054BA is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9684186-
CMYK0.480.5500.27
HSL247.06º42.5%52.94%-
HSV(B)247.06º54.84%72.94%-
XYZ16.8612.3747.95-
YUV99.22176.98125.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=26.23%
G=22.95%
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
Decimal96841860.480.5500.27247.0642.552.94
Hex6054BA303701Bf72a35
Octal14012427260670333675265
Binary110000010101001011101011000011011101101111110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6054BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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