Html Css Color HEX #624DBE Blue Marguerite

📋 copy color: '#624DBE'

red 98 ◦ green 77 ◦ blue 190

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

Shades of Blue Marguerite #624DBE

Tints of Blue Marguerite #624DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 26.85%
G = 21.1%
B = 52.05%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#624DBE (or 0x624DBE) is known color: Blue Marguerite. HEX triplet: 62, 4D and BE. RGB value is (98,77,190). Sum of RGB (Red+Green+Blue) = 98+77+190=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #624DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DBE is #9DB241. Grayscale: #5F5F5F. Windows color (decimal): -10334786 or 12471650. OLE color: 12471650.

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

Color convert

RGB 98 77 190 -
CMYK 0.48 0.59 0 0.25
HSL 251.15º 0.47% 0.52% -
HSV(B) 251.15º 0.59% 0.75% -
XYZ 16.99 11.62 50.06 -
YUV 96.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 98 77 190 0.48 0.59 0 0.25 251.15 0.47 0.52
Hex 62 4D BE 30 3B 0 19 FB 2F 34
Octal 142 115 276 60 73 0 31 373 57 64
Binary 1100010 1001101 10111110 110000 111011 0 11001 11111011 101111 110100

Color Harmonies of #624DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624DBE

Black with #624DBE

Text Example


Text Example

White with #624DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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