Html Css Color HEX #625FAE Rich Blue

📋 copy color: '#625FAE'

red 98 ◦ green 95 ◦ blue 174

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

Shades of Rich Blue #625FAE

Tints of Rich Blue #625FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.89%

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

R = 26.7%
G = 25.89%
B = 47.41%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#625FAE (or 0x625FAE) is known color: Rich Blue. HEX triplet: 62, 5F and AE. RGB value is (98,95,174). Sum of RGB (Red+Green+Blue) = 98+95+174=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #625FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625FAE is #9DA051. Grayscale: #686868. Windows color (decimal): -10330194 or 11427682. OLE color: 11427682.

HSL color Cylindrical-coordinate representation of color #625FAE: hue angle of 242.28º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #625FAE is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 95 174 -
CMYK 0.44 0.45 0 0.32
HSL 242.28º 0.33% 0.53% -
HSV(B) 242.28º 0.45% 0.68% -
XYZ 16.77 13.84 41.83 -
YUV 104.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 98 95 174 0.44 0.45 0 0.32 242.28 0.33 0.53
Hex 62 5F AE 2C 2D 0 20 F2 21 35
Octal 142 137 256 54 55 0 40 362 41 65
Binary 1100010 1011111 10101110 101100 101101 0 100000 11110010 100001 110101

Color Harmonies of #625FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625FAE

Black with #625FAE

Text Example


Text Example

White with #625FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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