#6257BA

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

Shades of Blue Marguerite #6257BA

Tints of Blue Marguerite #6257BA

Color information

#6257BA (or 0x6257BA) is unknown color: approx Blue Marguerite. HEX triplet: 62, 57 and BA. RGB value is (98,87,186). Sum of RGB (Red+Green+Blue) = 98+87+186=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #6257BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6257BA is #9DA845. Grayscale: #656565. Windows color (decimal): -10332230 or 12212066. OLE color: 12212066.

HSL color Cylindrical-coordinate representation of color #6257BA: hue angle of 246.67º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6257BA is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9887186-
CMYK0.470.5300.27
HSL246.67º41.77%53.53%-
HSV(B)246.67º53.23%72.94%-
XYZ17.3112.9648.04-
YUV101.57175.64125.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=26.42%
G=23.45%
B=50.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98871860.470.5300.27246.6741.7753.53
Hex6257BA2F3501Bf72a36
Octal14212727257650333675266
Binary110001010101111011101010111111010101101111110111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6257BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6257BA; }

 p { color: rgb(98,87,186); }

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

<style>
 a { background-color: #6257BA; }

 a { background-color: rgb(98,87,186); }

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

<style>
 span { border-color: #6257BA; }

 span { border-color: rgb(98,87,186); }

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