#625baf

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

Shades of Blue Marguerite #625BAF

Tints of Blue Marguerite #625BAF

Color information

#625BAF (or 0x625BAF) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5B and AF. RGB value is (98,91,175). Sum of RGB (Red+Green+Blue) = 98+91+175=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #625BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625BAF is #9DA450. Grayscale: #666666. Windows color (decimal): -10331217 or 11492194. OLE color: 11492194.

HSL color Cylindrical-coordinate representation of color #625BAF: hue angle of 245º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #625BAF is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9891175-
CMYK0.440.4800.31
HSL245º34.43%52.16%-
HSV(B)245º48%68.63%-
XYZ16.5213.1742.23-
YUV102.67168.82124.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.92%
GREEN value IS 91 (35.94% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 48.08%
R=26.92%
G=25%
B=48.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98911750.440.4800.3124534.4352.16
Hex625BAF2C3001Ff52234
Octal14213325754600373654264
Binary110001010110111010111110110011000001111111110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625baf; }

 p { color: rgb(98,91,175); }

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

<style>
 a { background-color: #625baf; }

 a { background-color: rgb(98,91,175); }

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

<style>
 span { border-color: #625baf; }

 span { border-color: rgb(98,91,175); }

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