Html Css Color HEX #625CBB Blue Marguerite

📋 copy color: '#625CBB'

red 98 ◦ green 92 ◦ blue 187

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

Shades of Blue Marguerite #625CBB

Tints of Blue Marguerite #625CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.4%

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

R = 25.99%
G = 24.4%
B = 49.6%

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

#625CBB (or 0x625CBB) is known color: Blue Marguerite. HEX triplet: 62, 5C and BB. RGB value is (98,92,187). Sum of RGB (Red+Green+Blue) = 98+92+187=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #625CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CBB is #9DA344. Grayscale: #686868. Windows color (decimal): -10330949 or 12278882. OLE color: 12278882.

HSL color Cylindrical-coordinate representation of color #625CBB: hue angle of 243.79º 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 #625CBB is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 92 187 -
CMYK 0.48 0.51 0 0.27
HSL 243.79º 0.41% 0.55% -
HSV(B) 243.79º 0.51% 0.73% -
XYZ 17.83 13.84 48.74 -
YUV 104.62 174.49 123.28 -
System Red Green Blue C M Y K H S L
Decimal 98 92 187 0.48 0.51 0 0.27 243.79 0.41 0.55
Hex 62 5C BB 30 33 0 1B F4 29 37
Octal 142 134 273 60 63 0 33 364 51 67
Binary 1100010 1011100 10111011 110000 110011 0 11011 11110100 101001 110111

Color Harmonies of #625CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625CBB

Black with #625CBB

Text Example


Text Example

White with #625CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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