#624FBA

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

Shades of Blue Marguerite #624FBA

Tints of Blue Marguerite #624FBA

Color information

#624FBA (or 0x624FBA) is unknown color: approx Blue Marguerite. HEX triplet: 62, 4F and BA. RGB value is (98,79,186). Sum of RGB (Red+Green+Blue) = 98+79+186=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #624FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624FBA is #9DB045. Grayscale: #606060. Windows color (decimal): -10334278 or 12210018. OLE color: 12210018.

HSL color Cylindrical-coordinate representation of color #624FBA: hue angle of 250.65º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #624FBA is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9879186-
CMYK0.470.5800.27
HSL250.65º43.67%51.96%-
HSV(B)250.65º57.53%72.94%-
XYZ16.711.7347.84-
YUV96.88178.29128.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=27.00%
G=21.76%
B=51.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98791860.470.5800.27250.6543.6751.96
Hex624FBA2F3A01Bfb2c34
Octal14211727257720333735464
Binary110001010011111011101010111111101001101111111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624FBA; }

 p { color: rgb(98,79,186); }

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

<style>
 a { background-color: #624FBA; }

 a { background-color: rgb(98,79,186); }

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

<style>
 span { border-color: #624FBA; }

 span { border-color: rgb(98,79,186); }

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