Html Css Color HEX #625EBC Blue Marguerite

📋 copy color: '#625EBC'

red 98 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #625EBC

Tints of Blue Marguerite #625EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.74%

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 25.79%
G = 24.74%
B = 49.47%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#625EBC (or 0x625EBC) is known color: Blue Marguerite. HEX triplet: 62, 5E and BC. RGB value is (98,94,188). Sum of RGB (Red+Green+Blue) = 98+94+188=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #625EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625EBC is #9DA143. Grayscale: #696969. Windows color (decimal): -10330436 or 12344930. OLE color: 12344930.

HSL color Cylindrical-coordinate representation of color #625EBC: hue angle of 242.55º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #625EBC is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 94 188 -
CMYK 0.48 0.50 0 0.26
HSL 242.55º 0.41% 0.55% -
HSV(B) 242.55º 0.5% 0.74% -
XYZ 18.12 14.23 49.37 -
YUV 105.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 98 94 188 0.48 0.50 0 0.26 242.55 0.41 0.55
Hex 62 5E BC 30 32 0 1A F3 29 37
Octal 142 136 274 60 62 0 32 363 51 67
Binary 1100010 1011110 10111100 110000 110010 0 11010 11110011 101001 110111

Color Harmonies of #625EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625EBC

Black with #625EBC

Text Example


Text Example

White with #625EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625EBC; }

 p { color: rgb(98,94,188); }

 H1.HeaderClassName
 {
   color: #625EBC;
 }
 .AnyTagClassName
 {
   color: #625EBC;
 }
</style>

background-color css

<style>
 a { background-color: #625EBC; }

 a { background-color: rgb(98,94,188); }

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

border-color css

<style>
 span { border-color: #625EBC; }

 span { border-color: rgb(98,94,188); }

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