#625EB7

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

Shades of Blue Marguerite #625EB7

Tints of Blue Marguerite #625EB7

Color information

#625EB7 (or 0x625EB7) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5E and B7. RGB value is (98,94,183). Sum of RGB (Red+Green+Blue) = 98+94+183=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #625EB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625EB7 is #9DA148. Grayscale: #686868. Windows color (decimal): -10330441 or 12017250. OLE color: 12017250.

HSL color Cylindrical-coordinate representation of color #625EB7: hue angle of 242.7º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #625EB7 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9894183-
CMYK0.460.4900.28
HSL242.7º38.2%54.31%-
HSV(B)242.7º48.63%71.76%-
XYZ17.5914.0246.58-
YUV105.34171.83122.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 183 (71.88% from 255) = 48.8%
R=26.13%
G=25.07%
B=48.8%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal98941830.460.4900.28242.738.254.31
Hex625EB72E3101Cf32636
Octal14213626756610343634666
Binary110001010111101011011110111011000101110011110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,94,183); }

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

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

 a { background-color: rgb(98,94,183); }

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

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

 span { border-color: rgb(98,94,183); }

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