#6257B1

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

Shades of Blue Marguerite #6257B1

Tints of Blue Marguerite #6257B1

Color information

#6257B1 (or 0x6257B1) is unknown color: approx Blue Marguerite. HEX triplet: 62, 57 and B1. RGB value is (98,87,177). Sum of RGB (Red+Green+Blue) = 98+87+177=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #6257B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6257B1 is #9DA84E. Grayscale: #646464. Windows color (decimal): -10332239 or 11622242. OLE color: 11622242.

HSL color Cylindrical-coordinate representation of color #6257B1: hue angle of 247.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6257B1 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9887177-
CMYK0.450.5100.31
HSL247.33º36.59%51.76%-
HSV(B)247.33º50.85%69.41%-
XYZ16.3812.5943.16-
YUV100.55171.14126.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.07%
GREEN value IS 87 (34.38% from 255) = 24.03%
BLUE value IS 177 (69.53% from 255) = 48.90%
R=27.07%
G=24.03%
B=48.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98871770.450.5100.31247.3336.5951.76
Hex6257B12D3301Ff72534
Octal14212726155630373674564
Binary110001010101111011000110110111001101111111110111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6257B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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