Html Css Color HEX #625AAC Blue Marguerite

📋 copy color: '#625AAC'

red 98 ◦ green 90 ◦ blue 172

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

Shades of Blue Marguerite #625AAC

Tints of Blue Marguerite #625AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 27.22%
G = 25%
B = 47.78%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#625AAC (or 0x625AAC) is known color: Blue Marguerite. HEX triplet: 62, 5A and AC. RGB value is (98,90,172). Sum of RGB (Red+Green+Blue) = 98+90+172=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #625AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625AAC is #9DA553. Grayscale: #656565. Windows color (decimal): -10331476 or 11295330. OLE color: 11295330.

HSL color Cylindrical-coordinate representation of color #625AAC: hue angle of 245.85º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #625AAC is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 90 172 -
CMYK 0.43 0.48 0 0.33
HSL 245.85º 0.33% 0.51% -
HSV(B) 245.85º 0.48% 0.67% -
XYZ 16.14 12.89 40.67 -
YUV 101.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 98 90 172 0.43 0.48 0 0.33 245.85 0.33 0.51
Hex 62 5A AC 2B 30 0 21 F6 21 33
Octal 142 132 254 53 60 0 41 366 41 63
Binary 1100010 1011010 10101100 101011 110000 0 100001 11110110 100001 110011

Color Harmonies of #625AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625AAC

Black with #625AAC

Text Example


Text Example

White with #625AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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