#6158B3

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

Shades of Blue Marguerite #6158B3

Tints of Blue Marguerite #6158B3

Color information

#6158B3 (or 0x6158B3) is unknown color: approx Blue Marguerite. HEX triplet: 61, 58 and B3. RGB value is (97,88,179). Sum of RGB (Red+Green+Blue) = 97+88+179=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 179 - color contains mainly: blue. Hex color #6158B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6158B3 is #9EA74C. Grayscale: #646464. Windows color (decimal): -10397517 or 11753569. OLE color: 11753569.

HSL color Cylindrical-coordinate representation of color #6158B3: hue angle of 245.93º 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 #6158B3 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9788179-
CMYK0.460.5100.30
HSL245.93º37.45%52.35%-
HSV(B)245.93º50.84%70.2%-
XYZ16.5612.7844.24-
YUV101.06171.98125.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 179 (70.31% from 255) = 49.18%
R=26.65%
G=24.18%
B=49.18%

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
Decimal97881790.460.5100.30245.9337.4552.35
Hex6158B32E3301Ef62534
Octal14113026356630363664564
Binary110000110110001011001110111011001101111011110110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6158B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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