#625AAF

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

Shades of Blue Marguerite #625AAF

Tints of Blue Marguerite #625AAF

Color information

#625AAF (or 0x625AAF) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5A and AF. RGB value is (98,90,175). Sum of RGB (Red+Green+Blue) = 98+90+175=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #625AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625AAF is #9DA550. Grayscale: #656565. Windows color (decimal): -10331473 or 11491938. OLE color: 11491938.

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

Color convert

RGB9890175-
CMYK0.440.4900.31
HSL245.65º34.69%51.96%-
HSV(B)245.65º48.57%68.63%-
XYZ16.431342.2-
YUV102.08169.15125.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=27.00%
G=24.79%
B=48.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98901750.440.4900.31245.6534.6951.96
Hex625AAF2C3101Ff62334
Octal14213225754610373664364
Binary110001010110101010111110110011000101111111110110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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