#625AB2

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

Shades of Blue Marguerite #625AB2

Tints of Blue Marguerite #625AB2

Color information

#625AB2 (or 0x625AB2) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5A and B2. RGB value is (98,90,178). Sum of RGB (Red+Green+Blue) = 98+90+178=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #625AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625AB2 is #9DA54D. Grayscale: #666666. Windows color (decimal): -10331470 or 11688546. OLE color: 11688546.

HSL color Cylindrical-coordinate representation of color #625AB2: hue angle of 245.45º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #625AB2 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9890178-
CMYK0.450.4900.30
HSL245.45º36.36%52.55%-
HSV(B)245.45º49.44%69.8%-
XYZ16.7313.1243.77-
YUV102.42170.65124.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 90 (35.55% from 255) = 24.59%
BLUE value IS 178 (69.92% from 255) = 48.63%
R=26.78%
G=24.59%
B=48.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal98901780.450.4900.30245.4536.3652.55
Hex625AB22D3101Ef52435
Octal14213226255610363654465
Binary110001010110101011001010110111000101111011110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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