Html Css Color HEX #624DBA Blue Marguerite

📋 copy color: '#624DBA'

red 98 ◦ green 77 ◦ blue 186

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

Shades of Blue Marguerite #624DBA

Tints of Blue Marguerite #624DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.33%

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 27.15%
G = 21.33%
B = 51.52%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#624DBA (or 0x624DBA) is known color: Blue Marguerite. HEX triplet: 62, 4D and BA. RGB value is (98,77,186). Sum of RGB (Red+Green+Blue) = 98+77+186=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #624DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DBA is #9DB245. Grayscale: #5F5F5F. Windows color (decimal): -10334790 or 12209506. OLE color: 12209506.

HSL color Cylindrical-coordinate representation of color #624DBA: hue angle of 251.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #624DBA is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 77 186 -
CMYK 0.47 0.59 0 0.27
HSL 251.56º 0.44% 0.52% -
HSV(B) 251.56º 0.59% 0.73% -
XYZ 16.55 11.45 47.79 -
YUV 95.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 98 77 186 0.47 0.59 0 0.27 251.56 0.44 0.52
Hex 62 4D BA 2F 3B 0 1B FC 2C 34
Octal 142 115 272 57 73 0 33 374 54 64
Binary 1100010 1001101 10111010 101111 111011 0 11011 11111100 101100 110100

Color Harmonies of #624DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624DBA

Black with #624DBA

Text Example


Text Example

White with #624DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,77,186); }

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

background-color css

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

 a { background-color: rgb(98,77,186); }

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

border-color css

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

 span { border-color: rgb(98,77,186); }

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