Html Css Color HEX #624BAE Blue Marguerite

📋 copy color: '#624BAE'

red 98 ◦ green 75 ◦ blue 174

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

Shades of Blue Marguerite #624BAE

Tints of Blue Marguerite #624BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 28.24%
G = 21.61%
B = 50.14%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#624BAE (or 0x624BAE) is known color: Blue Marguerite. HEX triplet: 62, 4B and AE. RGB value is (98,75,174). Sum of RGB (Red+Green+Blue) = 98+75+174=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #624BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624BAE is #9DB451. Grayscale: #5C5C5C. Windows color (decimal): -10335314 or 11422562. OLE color: 11422562.

HSL color Cylindrical-coordinate representation of color #624BAE: hue angle of 253.94º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #624BAE is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 75 174 -
CMYK 0.44 0.57 0 0.32
HSL 253.94º 0.4% 0.49% -
HSV(B) 253.94º 0.57% 0.68% -
XYZ 15.19 10.68 41.31 -
YUV 93.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 98 75 174 0.44 0.57 0 0.32 253.94 0.4 0.49
Hex 62 4B AE 2C 39 0 20 FE 28 31
Octal 142 113 256 54 71 0 40 376 50 61
Binary 1100010 1001011 10101110 101100 111001 0 100000 11111110 101000 110001

Color Harmonies of #624BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624BAE

Black with #624BAE

Text Example


Text Example

White with #624BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,75,174); }

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

background-color css

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

 a { background-color: rgb(98,75,174); }

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

border-color css

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

 span { border-color: rgb(98,75,174); }

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