#6258BE

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

Shades of Blue Marguerite #6258BE

Tints of Blue Marguerite #6258BE

Color information

#6258BE (or 0x6258BE) is unknown color: approx Blue Marguerite. HEX triplet: 62, 58 and BE. RGB value is (98,88,190). Sum of RGB (Red+Green+Blue) = 98+88+190=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #6258BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6258BE is #9DA741. Grayscale: #666666. Windows color (decimal): -10331970 or 12474466. OLE color: 12474466.

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

Color convert

RGB9888190-
CMYK0.480.5400.25
HSL245.88º43.97%54.51%-
HSV(B)245.88º53.68%74.51%-
XYZ17.8213.2950.34-
YUV102.62177.31124.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.06%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=26.06%
G=23.40%
B=50.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98881900.480.5400.25245.8843.9754.51
Hex6258BE3036019f62c37
Octal14213027660660313665467
Binary110001010110001011111011000011011001100111110110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6258BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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