#6158BE

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

Shades of Blue Marguerite #6158BE

Tints of Blue Marguerite #6158BE

Color information

#6158BE (or 0x6158BE) is unknown color: approx Blue Marguerite. HEX triplet: 61, 58 and BE. RGB value is (97,88,190). Sum of RGB (Red+Green+Blue) = 97+88+190=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #6158BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6158BE is #9EA741. Grayscale: #656565. Windows color (decimal): -10397506 or 12474465. OLE color: 12474465.

HSL color Cylindrical-coordinate representation of color #6158BE: hue angle of 245.29º 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 #6158BE is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9788190-
CMYK0.490.5400.25
HSL245.29º43.97%54.51%-
HSV(B)245.29º53.68%74.51%-
XYZ17.7113.2450.34-
YUV102.32177.48124.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=25.87%
G=23.47%
B=50.67%

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
Decimal97881900.490.5400.25245.2943.9754.51
Hex6158BE3136019f52c37
Octal14113027661660313655467
Binary110000110110001011111011000111011001100111110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6158BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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