#6058B3

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

Shades of Blue Marguerite #6058B3

Tints of Blue Marguerite #6058B3

Color information

#6058B3 (or 0x6058B3) is unknown color: approx Blue Marguerite. HEX triplet: 60, 58 and B3. RGB value is (96,88,179). Sum of RGB (Red+Green+Blue) = 96+88+179=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #6058B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6058B3 is #9FA74C. Grayscale: #646464. Windows color (decimal): -10463053 or 11753568. OLE color: 11753568.

HSL color Cylindrical-coordinate representation of color #6058B3: hue angle of 245.27º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6058B3 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9688179-
CMYK0.460.5100.30
HSL245.27º37.45%52.35%-
HSV(B)245.27º50.84%70.2%-
XYZ16.4512.7244.24-
YUV100.77172.15124.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 179 (70.31% from 255) = 49.31%
R=26.45%
G=24.24%
B=49.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96881790.460.5100.30245.2737.4552.35
Hex6058B32E3301Ef52534
Octal14013026356630363654564
Binary110000010110001011001110111011001101111011110101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6058B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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