Html Css Color HEX #624CBA Blue Marguerite

📋 copy color: '#624CBA'

red 98 ◦ green 76 ◦ blue 186

#624CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #624CBA

Tints of Blue Marguerite #624CBA

RGB

 RED value IS 98 (38.67% from 255) = 27.22%

 GREEN value IS 76 (30.08% from 255) = 21.11%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 27.22%
G = 21.11%
B = 51.67%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#624CBA (or 0x624CBA) is known color: Blue Marguerite. HEX triplet: 62, 4C and BA. RGB value is (98,76,186). Sum of RGB (Red+Green+Blue) = 98+76+186=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #624CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624CBA is #9DB345. Grayscale: #5E5E5E. Windows color (decimal): -10335046 or 12209250. OLE color: 12209250.

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

Color convert

RGB 98 76 186 -
CMYK 0.47 0.59 0 0.27
HSL 252º 0.44% 0.51% -
HSV(B) 252º 0.59% 0.73% -
XYZ 16.48 11.31 47.77 -
YUV 95.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 98 76 186 0.47 0.59 0 0.27 252 0.44 0.51
Hex 62 4C BA 2F 3B 0 1B FC 2C 33
Octal 142 114 272 57 73 0 33 374 54 63
Binary 1100010 1001100 10111010 101111 111011 0 11011 11111100 101100 110011

Color Harmonies of #624CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624CBA

Black with #624CBA

Text Example


Text Example

White with #624CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #624CBA;
 }
 .AnyTagClassName
 {
   color: #624CBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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