Html Css Color HEX #624AA9 Blue Marguerite

📋 copy color: '#624AA9'

red 98 ◦ green 74 ◦ blue 169

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

Shades of Blue Marguerite #624AA9

Tints of Blue Marguerite #624AA9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

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

R = 28.74%
G = 21.7%
B = 49.56%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#624AA9 (or 0x624AA9) is known color: Blue Marguerite. HEX triplet: 62, 4A and A9. RGB value is (98,74,169). Sum of RGB (Red+Green+Blue) = 98+74+169=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #624AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624AA9 is #9DB556. Grayscale: #5B5B5B. Windows color (decimal): -10335575 or 11094626. OLE color: 11094626.

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

Color convert

RGB 98 74 169 -
CMYK 0.42 0.56 0 0.34
HSL 255.16º 0.39% 0.48% -
HSV(B) 255.16º 0.56% 0.66% -
XYZ 14.65 10.36 38.76 -
YUV 92.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 98 74 169 0.42 0.56 0 0.34 255.16 0.39 0.48
Hex 62 4A A9 2A 38 0 22 FF 27 30
Octal 142 112 251 52 70 0 42 377 47 60
Binary 1100010 1001010 10101001 101010 111000 0 100010 11111111 100111 110000

Color Harmonies of #624AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624AA9

Black with #624AA9

Text Example


Text Example

White with #624AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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