Html Css Color HEX #624CA9 Blue Marguerite

📋 copy color: '#624CA9'

red 98 ◦ green 76 ◦ blue 169

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

Shades of Blue Marguerite #624CA9

Tints of Blue Marguerite #624CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 49.27%

R = 28.57%
G = 22.16%
B = 49.27%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#624CA9 (or 0x624CA9) is known color: Blue Marguerite. HEX triplet: 62, 4C and A9. RGB value is (98,76,169). Sum of RGB (Red+Green+Blue) = 98+76+169=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 169 (66.41% from 255 or 49.27% from 343); Max value from RGB is 169 - color contains mainly: blue. Hex color #624CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624CA9 is #9DB356. Grayscale: #5C5C5C. Windows color (decimal): -10335063 or 11095138. OLE color: 11095138.

HSL color Cylindrical-coordinate representation of color #624CA9: hue angle of 254.19º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #624CA9 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 98 76 169 -
CMYK 0.42 0.55 0 0.34
HSL 254.19º 0.38% 0.48% -
HSV(B) 254.19º 0.55% 0.66% -
XYZ 14.78 10.63 38.81 -
YUV 93.18 170.79 131.44 -
System Red Green Blue C M Y K H S L
Decimal 98 76 169 0.42 0.55 0 0.34 254.19 0.38 0.48
Hex 62 4C A9 2A 37 0 22 FE 26 30
Octal 142 114 251 52 67 0 42 376 46 60
Binary 1100010 1001100 10101001 101010 110111 0 100010 11111110 100110 110000

Color Harmonies of #624CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624CA9

Black with #624CA9

Text Example


Text Example

White with #624CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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