#6058BE

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

Shades of Blue Marguerite #6058BE

Tints of Blue Marguerite #6058BE

Color information

#6058BE (or 0x6058BE) is unknown color: approx Blue Marguerite. HEX triplet: 60, 58 and BE. RGB value is (96,88,190). Sum of RGB (Red+Green+Blue) = 96+88+190=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #6058BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6058BE is #9FA741. Grayscale: #656565. Windows color (decimal): -10463042 or 12474464. OLE color: 12474464.

HSL color Cylindrical-coordinate representation of color #6058BE: hue angle of 244.71º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6058BE is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9688190-
CMYK0.490.5400.25
HSL244.71º43.97%54.51%-
HSV(B)244.71º53.68%74.51%-
XYZ17.6113.1850.33-
YUV102.02177.65123.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.67%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=25.67%
G=23.53%
B=50.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96881900.490.5400.25244.7143.9754.51
Hex6058BE3136019f52c37
Octal14013027661660313655467
Binary110000010110001011111011000111011001100111110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6058BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6058BE; }

 p { color: rgb(96,88,190); }

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

<style>
 a { background-color: #6058BE; }

 a { background-color: rgb(96,88,190); }

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

<style>
 span { border-color: #6058BE; }

 span { border-color: rgb(96,88,190); }

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