#625CB4

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

Shades of Blue Marguerite #625CB4

Tints of Blue Marguerite #625CB4

Color information

#625CB4 (or 0x625CB4) is unknown color: approx Blue Marguerite. HEX triplet: 62, 5C and B4. RGB value is (98,92,180). Sum of RGB (Red+Green+Blue) = 98+92+180=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #625CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CB4 is #9DA34B. Grayscale: #676767. Windows color (decimal): -10330956 or 11820130. OLE color: 11820130.

HSL color Cylindrical-coordinate representation of color #625CB4: hue angle of 244.09º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #625CB4 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9892180-
CMYK0.460.4900.29
HSL244.09º36.97%53.33%-
HSV(B)244.09º48.89%70.59%-
XYZ17.113.5544.89-
YUV103.83170.99123.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 180 (70.70% from 255) = 48.65%
R=26.49%
G=24.86%
B=48.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98921800.460.4900.29244.0936.9753.33
Hex625CB42E3101Df42535
Octal14213426456610353644565
Binary110001010111001011010010111011000101110111110100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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