Html Css Color HEX #625AAD Blue Marguerite

📋 copy color: '#625AAD'

red 98 ◦ green 90 ◦ blue 173

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

Shades of Blue Marguerite #625AAD

Tints of Blue Marguerite #625AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.92%

R = 27.15%
G = 24.93%
B = 47.92%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#625AAD (or 0x625AAD) is known color: Blue Marguerite. HEX triplet: 62, 5A and AD. RGB value is (98,90,173). Sum of RGB (Red+Green+Blue) = 98+90+173=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #625AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625AAD is #9DA552. Grayscale: #656565. Windows color (decimal): -10331475 or 11360866. OLE color: 11360866.

HSL color Cylindrical-coordinate representation of color #625AAD: hue angle of 245.78º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #625AAD is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 90 173 -
CMYK 0.43 0.48 0 0.32
HSL 245.78º 0.34% 0.52% -
HSV(B) 245.78º 0.48% 0.68% -
XYZ 16.24 12.93 41.17 -
YUV 101.85 168.15 125.25 -
System Red Green Blue C M Y K H S L
Decimal 98 90 173 0.43 0.48 0 0.32 245.78 0.34 0.52
Hex 62 5A AD 2B 30 0 20 F6 22 34
Octal 142 132 255 53 60 0 40 366 42 64
Binary 1100010 1011010 10101101 101011 110000 0 100000 11110110 100010 110100

Color Harmonies of #625AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625AAD

Black with #625AAD

Text Example


Text Example

White with #625AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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