Html Css Color HEX #637C9F Slate Grey

📋 copy color: '#637C9F'

red 99 ◦ green 124 ◦ blue 159

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

Shades of Slate Grey #637C9F

Tints of Slate Grey #637C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

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

R = 25.92%
G = 32.46%
B = 41.62%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#637C9F (or 0x637C9F) is known color: Slate Grey. HEX triplet: 63, 7C and 9F. RGB value is (99,124,159). Sum of RGB (Red+Green+Blue) = 99+124+159=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #637C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637C9F is #9C8360. Grayscale: #787878. Windows color (decimal): -10257249 or 10452067. OLE color: 10452067.

HSL color Cylindrical-coordinate representation of color #637C9F: hue angle of 215º 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 #637C9F is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 124 159 -
CMYK 0.38 0.22 0 0.38
HSL 215º 0.24% 0.51% -
HSV(B) 215º 0.38% 0.62% -
XYZ 18.61 19.57 35.6 -
YUV 120.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 99 124 159 0.38 0.22 0 0.38 215 0.24 0.51
Hex 63 7C 9F 26 16 0 26 D7 18 33
Octal 143 174 237 46 26 0 46 327 30 63
Binary 1100011 1111100 10011111 100110 10110 0 100110 11010111 11000 110011

Color Harmonies of #637C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637C9F

Black with #637C9F

Text Example


Text Example

White with #637C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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