Html Css Color HEX #624FAC Blue Marguerite

📋 copy color: '#624FAC'

red 98 ◦ green 79 ◦ blue 172

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

Shades of Blue Marguerite #624FAC

Tints of Blue Marguerite #624FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.64%

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 28.08%
G = 22.64%
B = 49.28%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#624FAC (or 0x624FAC) is known color: Blue Marguerite. HEX triplet: 62, 4F and AC. RGB value is (98,79,172). Sum of RGB (Red+Green+Blue) = 98+79+172=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #624FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #624FAC is #9DB053. Grayscale: #5E5E5E. Windows color (decimal): -10334292 or 11292514. OLE color: 11292514.

HSL color Cylindrical-coordinate representation of color #624FAC: hue angle of 252.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #624FAC is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 79 172 -
CMYK 0.43 0.54 0 0.33
HSL 252.26º 0.37% 0.49% -
HSV(B) 252.26º 0.54% 0.67% -
XYZ 15.28 11.17 40.38 -
YUV 95.28 171.29 129.94 -
System Red Green Blue C M Y K H S L
Decimal 98 79 172 0.43 0.54 0 0.33 252.26 0.37 0.49
Hex 62 4F AC 2B 36 0 21 FC 25 31
Octal 142 117 254 53 66 0 41 374 45 61
Binary 1100010 1001111 10101100 101011 110110 0 100001 11111100 100101 110001

Color Harmonies of #624FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624FAC

Black with #624FAC

Text Example


Text Example

White with #624FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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