Html Css Color HEX #637D9D Slate Grey

📋 copy color: '#637D9D'

red 99 ◦ green 125 ◦ blue 157

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

Shades of Slate Grey #637D9D

Tints of Slate Grey #637D9D

RGB

 RED value IS 99 (39.06% from 255) = 25.98%

 GREEN value IS 125 (49.22% from 255) = 32.81%

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

R = 25.98%
G = 32.81%
B = 41.21%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#637D9D (or 0x637D9D) is known color: Slate Grey. HEX triplet: 63, 7D and 9D. RGB value is (99,125,157). Sum of RGB (Red+Green+Blue) = 99+125+157=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #637D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637D9D is #9C8262. Grayscale: #787878. Windows color (decimal): -10256995 or 10321251. OLE color: 10321251.

HSL color Cylindrical-coordinate representation of color #637D9D: hue angle of 213.1º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #637D9D is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 125 157 -
CMYK 0.37 0.20 0 0.38
HSL 213.1º 0.23% 0.5% -
HSV(B) 213.1º 0.37% 0.62% -
XYZ 18.57 19.75 34.73 -
YUV 120.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 99 125 157 0.37 0.20 0 0.38 213.1 0.23 0.5
Hex 63 7D 9D 25 14 0 26 D5 17 32
Octal 143 175 235 45 24 0 46 325 27 62
Binary 1100011 1111101 10011101 100101 10100 0 100110 11010101 10111 110010

Color Harmonies of #637D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637D9D

Black with #637D9D

Text Example


Text Example

White with #637D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637D9D; }

 p { color: rgb(99,125,157); }

 H1.HeaderClassName
 {
   color: #637D9D;
 }
 .AnyTagClassName
 {
   color: #637D9D;
 }
</style>

background-color css

<style>
 a { background-color: #637D9D; }

 a { background-color: rgb(99,125,157); }

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

border-color css

<style>
 span { border-color: #637D9D; }

 span { border-color: rgb(99,125,157); }

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