Html Css Color HEX #625EBD Blue Marguerite

📋 copy color: '#625EBD'

red 98 ◦ green 94 ◦ blue 189

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

Shades of Blue Marguerite #625EBD

Tints of Blue Marguerite #625EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 25.72%
G = 24.67%
B = 49.61%

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

#625EBD (or 0x625EBD) is known color: Blue Marguerite. HEX triplet: 62, 5E and BD. RGB value is (98,94,189). Sum of RGB (Red+Green+Blue) = 98+94+189=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #625EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625EBD is #9DA142. Grayscale: #696969. Windows color (decimal): -10330435 or 12410466. OLE color: 12410466.

HSL color Cylindrical-coordinate representation of color #625EBD: hue angle of 242.53º degrees, saturation: 0.42, 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 #625EBD is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 94 189 -
CMYK 0.48 0.50 0 0.26
HSL 242.53º 0.42% 0.55% -
HSV(B) 242.53º 0.5% 0.74% -
XYZ 18.23 14.28 49.94 -
YUV 106.03 174.83 122.28 -
System Red Green Blue C M Y K H S L
Decimal 98 94 189 0.48 0.50 0 0.26 242.53 0.42 0.55
Hex 62 5E BD 30 32 0 1A F3 2A 37
Octal 142 136 275 60 62 0 32 363 52 67
Binary 1100010 1011110 10111101 110000 110010 0 11010 11110011 101010 110111

Color Harmonies of #625EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625EBD

Black with #625EBD

Text Example


Text Example

White with #625EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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