#625BAE

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

Shades of Blue Marguerite #625BAE

Tints of Blue Marguerite #625BAE

Color information

#625BAE (or 0x625BAE) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5B and AE. RGB value is (98,91,174). Sum of RGB (Red+Green+Blue) = 98+91+174=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #625BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625BAE is #9DA451. Grayscale: #666666. Windows color (decimal): -10331218 or 11426658. OLE color: 11426658.

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

Color convert

RGB9891174-
CMYK0.440.4800.32
HSL245.06º33.88%51.96%-
HSV(B)245.06º47.7%68.24%-
XYZ16.4213.1341.71-
YUV102.56168.32124.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 174 (68.36% from 255) = 47.93%
R=27.00%
G=25.07%
B=47.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98911740.440.4800.32245.0633.8851.96
Hex625BAE2C30020f52234
Octal14213325654600403654264
Binary1100010101101110101110101100110000010000011110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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