#625CB1

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

Shades of Blue Marguerite #625CB1

Tints of Blue Marguerite #625CB1

Color information

#625CB1 (or 0x625CB1) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5C and B1. RGB value is (98,92,177). Sum of RGB (Red+Green+Blue) = 98+92+177=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #625CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625CB1 is #9DA34E. Grayscale: #676767. Windows color (decimal): -10330959 or 11623522. OLE color: 11623522.

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

Color convert

RGB9892177-
CMYK0.450.4800.31
HSL244.24º35.27%52.75%-
HSV(B)244.24º48.02%69.41%-
XYZ16.813.4343.3-
YUV103.48169.49124.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 177 (69.53% from 255) = 48.23%
R=26.70%
G=25.07%
B=48.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98921770.450.4800.31244.2435.2752.75
Hex625CB12D3001Ff42335
Octal14213426155600373644365
Binary110001010111001011000110110111000001111111110100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,92,177); }

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

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

 a { background-color: rgb(98,92,177); }

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

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

 span { border-color: rgb(98,92,177); }

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