#625AAB

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

Shades of Blue Marguerite #625AAB

Tints of Blue Marguerite #625AAB

Color information

#625AAB (or 0x625AAB) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5A and AB. RGB value is (98,90,171). Sum of RGB (Red+Green+Blue) = 98+90+171=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #625AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625AAB is #9DA554. Grayscale: #656565. Windows color (decimal): -10331477 or 11229794. OLE color: 11229794.

HSL color Cylindrical-coordinate representation of color #625AAB: hue angle of 245.93º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #625AAB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9890171-
CMYK0.430.4700.33
HSL245.93º32.53%51.18%-
HSV(B)245.93º47.37%67.06%-
XYZ16.0412.8540.16-
YUV101.63167.15125.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=27.30%
G=25.07%
B=47.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98901710.430.4700.33245.9332.5351.18
Hex625AAB2B2F021f62133
Octal14213225353570413664163
Binary1100010101101010101011101011101111010000111110110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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