Html Css Color HEX #625BAE Blue Marguerite

📋 copy color: '#625BAE'

red 98 ◦ green 91 ◦ blue 174

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

Shades of Blue Marguerite #625BAE

Tints of Blue Marguerite #625BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.07%

 BLUE value IS 174 (68.36% from 255) = 47.93%

R = 27%
G = 25.07%
B = 47.93%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#625BAE (or 0x625BAE) is known color: Blue Marguerite. HEX triplet: 62, 5B and AE. RGB value is (98,91,174). Sum of RGB (Red+Green+Blue) = 98+91+174=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #625BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625BAE is #9DA451. Grayscale: #666666. Windows color (decimal): -10331218 or 11426658. OLE color: 11426658.

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

Color convert

RGB 98 91 174 -
CMYK 0.44 0.48 0 0.32
HSL 245.06º 0.34% 0.52% -
HSV(B) 245.06º 0.48% 0.68% -
XYZ 16.42 13.13 41.71 -
YUV 102.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 98 91 174 0.44 0.48 0 0.32 245.06 0.34 0.52
Hex 62 5B AE 2C 30 0 20 F5 22 34
Octal 142 133 256 54 60 0 40 365 42 64
Binary 1100010 1011011 10101110 101100 110000 0 100000 11110101 100010 110100

Color Harmonies of #625BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625BAE

Black with #625BAE

Text Example


Text Example

White with #625BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,91,174); }

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

background-color css

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

 a { background-color: rgb(98,91,174); }

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

border-color css

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

 span { border-color: rgb(98,91,174); }

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