Html Css Color HEX #625ABC Blue Marguerite

📋 copy color: '#625ABC'

red 98 ◦ green 90 ◦ blue 188

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

Shades of Blue Marguerite #625ABC

Tints of Blue Marguerite #625ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

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

R = 26.06%
G = 23.94%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#625ABC (or 0x625ABC) is known color: Blue Marguerite. HEX triplet: 62, 5A and BC. RGB value is (98,90,188). Sum of RGB (Red+Green+Blue) = 98+90+188=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #625ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ABC is #9DA543. Grayscale: #676767. Windows color (decimal): -10331460 or 12343906. OLE color: 12343906.

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

Color convert

RGB 98 90 188 -
CMYK 0.48 0.52 0 0.26
HSL 244.9º 0.42% 0.55% -
HSV(B) 244.9º 0.52% 0.74% -
XYZ 17.77 13.54 49.25 -
YUV 103.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 98 90 188 0.48 0.52 0 0.26 244.9 0.42 0.55
Hex 62 5A BC 30 34 0 1A F5 2A 37
Octal 142 132 274 60 64 0 32 365 52 67
Binary 1100010 1011010 10111100 110000 110100 0 11010 11110101 101010 110111

Color Harmonies of #625ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625ABC

Black with #625ABC

Text Example


Text Example

White with #625ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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