#6054B0

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

Shades of Blue Marguerite #6054B0

Tints of Blue Marguerite #6054B0

Color information

#6054B0 (or 0x6054B0) is unknown color: approx Blue Marguerite. HEX triplet: 60, 54 and B0. RGB value is (96,84,176). Sum of RGB (Red+Green+Blue) = 96+84+176=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #6054B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6054B0 is #9FAB4F. Grayscale: #616161. Windows color (decimal): -10464080 or 11555936. OLE color: 11555936.

HSL color Cylindrical-coordinate representation of color #6054B0: hue angle of 247.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6054B0 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9684176-
CMYK0.450.5200.31
HSL247.83º36.8%50.98%-
HSV(B)247.83º52.27%69.02%-
XYZ15.8311.9642.55-
YUV98.08171.98126.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 176 (69.14% from 255) = 49.44%
R=26.97%
G=23.60%
B=49.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96841760.450.5200.31247.8336.850.98
Hex6054B02D3401Ff82533
Octal14012426055640373704563
Binary110000010101001011000010110111010001111111111000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6054B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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