#625DB3

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

Shades of Blue Marguerite #625DB3

Tints of Blue Marguerite #625DB3

Color information

#625DB3 (or 0x625DB3) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5D and B3. RGB value is (98,93,179). Sum of RGB (Red+Green+Blue) = 98+93+179=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #625DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DB3 is #9DA24C. Grayscale: #676767. Windows color (decimal): -10330701 or 11754850. OLE color: 11754850.

HSL color Cylindrical-coordinate representation of color #625DB3: hue angle of 243.49º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #625DB3 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9893179-
CMYK0.450.4800.30
HSL243.49º36.13%53.33%-
HSV(B)243.49º48.04%70.2%-
XYZ17.0913.6844.39-
YUV104.3170.16123.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 179 (70.31% from 255) = 48.38%
R=26.49%
G=25.14%
B=48.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal98931790.450.4800.30243.4936.1353.33
Hex625DB32D3001Ef32435
Octal14213526355600363634465
Binary110001010111011011001110110111000001111011110011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,93,179); }

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

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

 a { background-color: rgb(98,93,179); }

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

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

 span { border-color: rgb(98,93,179); }

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