#625BB4

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

Shades of Blue Marguerite #625BB4

Tints of Blue Marguerite #625BB4

Color information

#625BB4 (or 0x625BB4) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5B and B4. RGB value is (98,91,180). Sum of RGB (Red+Green+Blue) = 98+91+180=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #625BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BB4 is #9DA44B. Grayscale: #666666. Windows color (decimal): -10331212 or 11819874. OLE color: 11819874.

HSL color Cylindrical-coordinate representation of color #625BB4: hue angle of 244.72º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #625BB4 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9891180-
CMYK0.460.4900.29
HSL244.72º37.24%53.14%-
HSV(B)244.72º49.44%70.59%-
XYZ17.0213.3744.86-
YUV103.24171.32124.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 91 (35.94% from 255) = 24.66%
BLUE value IS 180 (70.70% from 255) = 48.78%
R=26.56%
G=24.66%
B=48.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98911800.460.4900.29244.7237.2453.14
Hex625BB42E3101Df52535
Octal14213326456610353654565
Binary110001010110111011010010111011000101110111110101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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