#625BB0

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

Shades of Blue Marguerite #625BB0

Tints of Blue Marguerite #625BB0

Color information

#625BB0 (or 0x625BB0) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5B and B0. RGB value is (98,91,176). Sum of RGB (Red+Green+Blue) = 98+91+176=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #625BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625BB0 is #9DA44F. Grayscale: #666666. Windows color (decimal): -10331216 or 11557730. OLE color: 11557730.

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

Color convert

RGB9891176-
CMYK0.440.4800.31
HSL244.94º34.98%52.35%-
HSV(B)244.94º48.3%69.02%-
XYZ16.6113.2142.75-
YUV102.78169.32124.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.85%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 176 (69.14% from 255) = 48.22%
R=26.85%
G=24.93%
B=48.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98911760.440.4800.31244.9434.9852.35
Hex625BB02C3001Ff52334
Octal14213326054600373654364
Binary110001010110111011000010110011000001111111110101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,91,176); }

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

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

 a { background-color: rgb(98,91,176); }

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

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

 span { border-color: rgb(98,91,176); }

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