Html Css Color HEX #625DBB Blue Marguerite

📋 copy color: '#625DBB'

red 98 ◦ green 93 ◦ blue 187

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

Shades of Blue Marguerite #625DBB

Tints of Blue Marguerite #625DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.6%

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

R = 25.93%
G = 24.6%
B = 49.47%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#625DBB (or 0x625DBB) is known color: Blue Marguerite. HEX triplet: 62, 5D and BB. RGB value is (98,93,187). Sum of RGB (Red+Green+Blue) = 98+93+187=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #625DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DBB is #9DA244. Grayscale: #686868. Windows color (decimal): -10330693 or 12279138. OLE color: 12279138.

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

Color convert

RGB 98 93 187 -
CMYK 0.48 0.50 0 0.27
HSL 243.19º 0.41% 0.55% -
HSV(B) 243.19º 0.5% 0.73% -
XYZ 17.92 14.01 48.77 -
YUV 105.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 98 93 187 0.48 0.50 0 0.27 243.19 0.41 0.55
Hex 62 5D BB 30 32 0 1B F3 29 37
Octal 142 135 273 60 62 0 33 363 51 67
Binary 1100010 1011101 10111011 110000 110010 0 11011 11110011 101001 110111

Color Harmonies of #625DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625DBB

Black with #625DBB

Text Example


Text Example

White with #625DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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