Html Css Color HEX #625BBB Blue Marguerite

📋 copy color: '#625BBB'

red 98 ◦ green 91 ◦ blue 187

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

Shades of Blue Marguerite #625BBB

Tints of Blue Marguerite #625BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.2%

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 26.06%
G = 24.2%
B = 49.73%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#625BBB (or 0x625BBB) is known color: Blue Marguerite. HEX triplet: 62, 5B and BB. RGB value is (98,91,187). Sum of RGB (Red+Green+Blue) = 98+91+187=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #625BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BBB is #9DA444. Grayscale: #676767. Windows color (decimal): -10331205 or 12278626. OLE color: 12278626.

HSL color Cylindrical-coordinate representation of color #625BBB: hue angle of 244.37º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #625BBB is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 91 187 -
CMYK 0.48 0.51 0 0.27
HSL 244.38º 0.41% 0.55% -
HSV(B) 244.38º 0.51% 0.73% -
XYZ 17.75 13.67 48.72 -
YUV 104.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 98 91 187 0.48 0.51 0 0.27 244.38 0.41 0.55
Hex 62 5B BB 30 33 0 1B F4 29 37
Octal 142 133 273 60 63 0 33 364 51 67
Binary 1100010 1011011 10111011 110000 110011 0 11011 11110100 101001 110111

Color Harmonies of #625BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625BBB

Black with #625BBB

Text Example


Text Example

White with #625BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,91,187); }

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

background-color css

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

 a { background-color: rgb(98,91,187); }

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

border-color css

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

 span { border-color: rgb(98,91,187); }

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