#625ABB

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

Shades of Blue Marguerite #625ABB

Tints of Blue Marguerite #625ABB

Color information

#625ABB (or 0x625ABB) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5A and BB. RGB value is (98,90,187). Sum of RGB (Red+Green+Blue) = 98+90+187=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #625ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ABB is #9DA544. Grayscale: #676767. Windows color (decimal): -10331461 or 12278370. OLE color: 12278370.

HSL color Cylindrical-coordinate representation of color #625ABB: hue angle of 244.95º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #625ABB is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9890187-
CMYK0.480.5200.27
HSL244.95º41.63%54.31%-
HSV(B)244.95º51.87%73.33%-
XYZ17.6613.548.69-
YUV103.45175.15124.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=26.13%
G=24%
B=49.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98901870.480.5200.27244.9541.6354.31
Hex625ABB303401Bf52a36
Octal14213227360640333655266
Binary110001010110101011101111000011010001101111110101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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