Html Css Color HEX #625EA3 Rich Blue

📋 copy color: '#625EA3'

red 98 ◦ green 94 ◦ blue 163

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

Shades of Rich Blue #625EA3

Tints of Rich Blue #625EA3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.48%

 BLUE value IS 163 (64.06% from 255) = 45.92%

R = 27.61%
G = 26.48%
B = 45.92%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#625EA3 (or 0x625EA3) is known color: Rich Blue. HEX triplet: 62, 5E and A3. RGB value is (98,94,163). Sum of RGB (Red+Green+Blue) = 98+94+163=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #625EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625EA3 is #9DA15C. Grayscale: #666666. Windows color (decimal): -10330461 or 10706530. OLE color: 10706530.

HSL color Cylindrical-coordinate representation of color #625EA3: hue angle of 243.48º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #625EA3 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 94 163 -
CMYK 0.40 0.42 0 0.36
HSL 243.48º 0.27% 0.5% -
HSV(B) 243.48º 0.42% 0.64% -
XYZ 15.65 13.25 36.38 -
YUV 103.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 98 94 163 0.40 0.42 0 0.36 243.48 0.27 0.5
Hex 62 5E A3 28 2A 0 24 F3 1B 32
Octal 142 136 243 50 52 0 44 363 33 62
Binary 1100010 1011110 10100011 101000 101010 0 100100 11110011 11011 110010

Color Harmonies of #625EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625EA3

Black with #625EA3

Text Example


Text Example

White with #625EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,94,163); }

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

background-color css

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

 a { background-color: rgb(98,94,163); }

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

border-color css

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

 span { border-color: rgb(98,94,163); }

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