Html Css Color HEX #625F9D Rich Blue

📋 copy color: '#625F9D'

red 98 ◦ green 95 ◦ blue 157

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

Shades of Rich Blue #625F9D

Tints of Rich Blue #625F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 28%
G = 27.14%
B = 44.86%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#625F9D (or 0x625F9D) is known color: Rich Blue. HEX triplet: 62, 5F and 9D. RGB value is (98,95,157). Sum of RGB (Red+Green+Blue) = 98+95+157=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #625F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625F9D is #9DA062. Grayscale: #666666. Windows color (decimal): -10330211 or 10313570. OLE color: 10313570.

HSL color Cylindrical-coordinate representation of color #625F9D: hue angle of 242.9º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #625F9D is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 95 157 -
CMYK 0.38 0.39 0 0.38
HSL 242.9º 0.25% 0.49% -
HSV(B) 242.9º 0.39% 0.62% -
XYZ 15.22 13.22 33.65 -
YUV 102.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 98 95 157 0.38 0.39 0 0.38 242.9 0.25 0.49
Hex 62 5F 9D 26 27 0 26 F3 19 31
Octal 142 137 235 46 47 0 46 363 31 61
Binary 1100010 1011111 10011101 100110 100111 0 100110 11110011 11001 110001

Color Harmonies of #625F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625F9D

Black with #625F9D

Text Example


Text Example

White with #625F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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