#625abe

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

Shades of Blue Marguerite #625ABE

Tints of Blue Marguerite #625ABE

Color information

#625ABE (or 0x625ABE) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5A and BE. RGB value is (98,90,190). Sum of RGB (Red+Green+Blue) = 98+90+190=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #625ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ABE is #9DA541. Grayscale: #676767. Windows color (decimal): -10331458 or 12474978. OLE color: 12474978.

HSL color Cylindrical-coordinate representation of color #625ABE: hue angle of 244.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #625ABE is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9890190-
CMYK0.480.5300.25
HSL244.8º43.48%54.9%-
HSV(B)244.8º52.63%74.51%-
XYZ17.9913.6350.4-
YUV103.79176.65123.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=25.93%
G=23.81%
B=50.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98901900.480.5300.25244.843.4854.9
Hex625ABE3035019f52b37
Octal14213227660650313655367
Binary110001010110101011111011000011010101100111110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625abe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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