#625FBC

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

Shades of Blue Marguerite #625FBC

Tints of Blue Marguerite #625FBC

Color information

#625FBC (or 0x625FBC) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5F and BC. RGB value is (98,95,188). Sum of RGB (Red+Green+Blue) = 98+95+188=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #625FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625FBC is #9DA043. Grayscale: #6A6A6A. Windows color (decimal): -10330180 or 12345186. OLE color: 12345186.

HSL color Cylindrical-coordinate representation of color #625FBC: hue angle of 241.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #625FBC is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9895188-
CMYK0.480.4900.26
HSL241.94º40.97%55.49%-
HSV(B)241.94º49.47%73.73%-
XYZ18.2114.4149.4-
YUV106.5173.99121.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.72%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=25.72%
G=24.93%
B=49.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98951880.480.4900.26241.9440.9755.49
Hex625FBC303101Af22937
Octal14213727460610323625167
Binary110001010111111011110011000011000101101011110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,95,188); }

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

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

 a { background-color: rgb(98,95,188); }

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

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

 span { border-color: rgb(98,95,188); }

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