Html Css Color HEX #637D9F Slate Grey

📋 copy color: '#637D9F'

red 99 ◦ green 125 ◦ blue 159

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

Shades of Slate Grey #637D9F

Tints of Slate Grey #637D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 25.85%
G = 32.64%
B = 41.51%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#637D9F (or 0x637D9F) is known color: Slate Grey. HEX triplet: 63, 7D and 9F. RGB value is (99,125,159). Sum of RGB (Red+Green+Blue) = 99+125+159=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #637D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637D9F is #9C8260. Grayscale: #787878. Windows color (decimal): -10256993 or 10452323. OLE color: 10452323.

HSL color Cylindrical-coordinate representation of color #637D9F: hue angle of 214º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #637D9F is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 125 159 -
CMYK 0.38 0.21 0 0.38
HSL 214º 0.24% 0.51% -
HSV(B) 214º 0.38% 0.62% -
XYZ 18.74 19.82 35.64 -
YUV 121.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 99 125 159 0.38 0.21 0 0.38 214 0.24 0.51
Hex 63 7D 9F 26 15 0 26 D6 18 33
Octal 143 175 237 46 25 0 46 326 30 63
Binary 1100011 1111101 10011111 100110 10101 0 100110 11010110 11000 110011

Color Harmonies of #637D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637D9F

Black with #637D9F

Text Example


Text Example

White with #637D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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