Html Css Color HEX #624CA4 Blue Marguerite

📋 copy color: '#624CA4'

red 98 ◦ green 76 ◦ blue 164

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

Shades of Blue Marguerite #624CA4

Tints of Blue Marguerite #624CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.52%

R = 28.99%
G = 22.49%
B = 48.52%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#624CA4 (or 0x624CA4) is known color: Blue Marguerite. HEX triplet: 62, 4C and A4. RGB value is (98,76,164). Sum of RGB (Red+Green+Blue) = 98+76+164=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #624CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624CA4 is #9DB35B. Grayscale: #5C5C5C. Windows color (decimal): -10335068 or 10767458. OLE color: 10767458.

HSL color Cylindrical-coordinate representation of color #624CA4: hue angle of 255º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #624CA4 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 76 164 -
CMYK 0.40 0.54 0 0.36
HSL 255º 0.37% 0.47% -
HSV(B) 255º 0.54% 0.64% -
XYZ 14.32 10.45 36.38 -
YUV 92.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 98 76 164 0.40 0.54 0 0.36 255 0.37 0.47
Hex 62 4C A4 28 36 0 24 FF 25 2F
Octal 142 114 244 50 66 0 44 377 45 57
Binary 1100010 1001100 10100100 101000 110110 0 100100 11111111 100101 101111

Color Harmonies of #624CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624CA4

Black with #624CA4

Text Example


Text Example

White with #624CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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