#625ABC

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

Shades of Blue Marguerite #625ABC

Tints of Blue Marguerite #625ABC

Color information

#625ABC (or 0x625ABC) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5A and BC. RGB value is (98,90,188). Sum of RGB (Red+Green+Blue) = 98+90+188=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #625ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ABC is #9DA543. Grayscale: #676767. Windows color (decimal): -10331460 or 12343906. OLE color: 12343906.

HSL color Cylindrical-coordinate representation of color #625ABC: hue angle of 244.9º 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 #625ABC is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9890188-
CMYK0.480.5200.26
HSL244.9º42.24%54.51%-
HSV(B)244.9º52.13%73.73%-
XYZ17.7713.5449.25-
YUV103.56175.65124.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.06%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 188 (73.83% from 255) = 50%
R=26.06%
G=23.94%
B=50%

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
Decimal98901880.480.5200.26244.942.2454.51
Hex625ABC303401Af52a37
Octal14213227460640323655267
Binary110001010110101011110011000011010001101011110101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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