#6054B6

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

Shades of Blue Marguerite #6054B6

Tints of Blue Marguerite #6054B6

Color information

#6054B6 (or 0x6054B6) is unknown color: approx Blue Marguerite. HEX triplet: 60, 54 and B6. RGB value is (96,84,182). Sum of RGB (Red+Green+Blue) = 96+84+182=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #6054B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6054B6 is #9FAB49. Grayscale: #626262. Windows color (decimal): -10464074 or 11949152. OLE color: 11949152.

HSL color Cylindrical-coordinate representation of color #6054B6: hue angle of 247.35º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6054B6 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9684182-
CMYK0.470.5400.29
HSL247.35º40.16%52.16%-
HSV(B)247.35º53.85%71.37%-
XYZ16.4412.245.75-
YUV98.76174.98126.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.52%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 182 (71.48% from 255) = 50.28%
R=26.52%
G=23.20%
B=50.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96841820.470.5400.29247.3540.1652.16
Hex6054B62F3601Df72834
Octal14012426657660353675064
Binary110000010101001011011010111111011001110111110111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6054B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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