#625BBC

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

Shades of Blue Marguerite #625BBC

Tints of Blue Marguerite #625BBC

Color information

#625BBC (or 0x625BBC) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5B and BC. RGB value is (98,91,188). Sum of RGB (Red+Green+Blue) = 98+91+188=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #625BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BBC is #9DA443. Grayscale: #676767. Windows color (decimal): -10331204 or 12344162. OLE color: 12344162.

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

Color convert

RGB9891188-
CMYK0.480.5200.26
HSL244.33º41.99%54.71%-
HSV(B)244.33º51.6%73.73%-
XYZ17.8613.7149.28-
YUV104.15175.32123.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 91 (35.94% from 255) = 24.14%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=25.99%
G=24.14%
B=49.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98911880.480.5200.26244.3341.9954.71
Hex625BBC303401Af42a37
Octal14213327460640323645267
Binary110001010110111011110011000011010001101011110100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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