#625DB8

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

Shades of Blue Marguerite #625DB8

Tints of Blue Marguerite #625DB8

Color information

#625DB8 (or 0x625DB8) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5D and B8. RGB value is (98,93,184). Sum of RGB (Red+Green+Blue) = 98+93+184=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #625DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DB8 is #9DA247. Grayscale: #686868. Windows color (decimal): -10330696 or 12082530. OLE color: 12082530.

HSL color Cylindrical-coordinate representation of color #625DB8: hue angle of 243.3º degrees, saturation: 0.39, 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 #625DB8 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9893184-
CMYK0.470.4900.28
HSL243.3º39.06%54.31%-
HSV(B)243.3º49.46%72.16%-
XYZ17.613.8947.1-
YUV104.87172.66123.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 184 (72.27% from 255) = 49.07%
R=26.13%
G=24.8%
B=49.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal98931840.470.4900.28243.339.0654.31
Hex625DB82F3101Cf32736
Octal14213527057610343634766
Binary110001010111011011100010111111000101110011110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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