#637D9F

Color #637D9F Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #637D9F

Tints of Slate Grey #637D9F

Color information

#637D9F (or 0x637D9F) is unknown color: approx 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

RGB99125159-
CMYK0.380.2100.38
HSL214º23.81%50.59%-
HSV(B)214º37.74%62.35%-
XYZ18.7419.8235.64-
YUV121.1149.39112.24-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991251590.380.2100.3821423.8150.59
Hex637D9F2615026d61833
Octal14317523746250463263063
Binary11000111111101100111111001101010101001101101011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>